VersionInfo: add strict_types to stop CS tools screwing with it

This commit is contained in:
Dylan K. Taylor
2020-01-02 20:05:50 +00:00
parent 0b3c4ee496
commit a83211f96a

View File

@ -19,6 +19,8 @@
* *
*/ */
declare(strict_types=1);
namespace pocketmine; namespace pocketmine;
// composer autoload doesn't use require_once and also pthreads can inherit things // composer autoload doesn't use require_once and also pthreads can inherit things