berlindb / core

All of the required core code
MIT License
253 stars 27 forks source link

Strict types #3

Open szepeviktor opened 5 years ago

szepeviktor commented 5 years ago

I hope we go only with PHP 7. Please add declare(strict_types = 1); to each file.

SlevomatCodingStandard.TypeHints.DeclareStrictTypes does it for you.

JJJ commented 3 years ago

This appears to still be relevant, and could now be done for sure in the 2.0.0 branch.

JJJ commented 3 years ago

WordPress still hasn't set its minimum to PHP7, so still waiting on this.

szepeviktor commented 3 years ago

GitHub issues has no expiration date :)