The-Paavo

Results 3 comments of The-Paavo

Yep, version from Play Store hijacks search engine and this behavior can't be disabled. Crappy workaround: install [version 2.0 from GitHub](https://github.com/cprcrack/WAToolkit/releases/tag/2.0) manually. Instructions are described in https://github.com/cprcrack/WAToolkit/blob/master/README.md GitHub version seems...

AFAIK, that is a deprecation warning. "This function has been DEPRECATED as of PHP 8.1.0. Relying on this function is highly discouraged." https://www.php.net/manual/en/function.strftime.php

Intelephense seems to ignore "magic constant" `__NAMESPACE__`. If namespace is "hard coded", it passes Intelephense's diagnostics. Test code ```php