[PR][php-langspec][#64][master] - Bool & Null to lowercase from PSR
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
You can view the Pull Request on github: https://github.com/php/php-langspec/pull/64 Pull Request Description: > 2.5. Keywords and True/False/Null > PHP keywords MUST be in lower case. > The PHP constants true, false, and null MUST be in lower case. Reference: (section 2.5) http://www.php-fig.org/psr/psr-2/