reneoelke / Php53to54

PHP_CodeSniffer standard for compatibility checking of PHP 5.3 to 5.4 migrations.
http://foobugs.com
Other
6 stars 1 forks source link

E_ALL | E_STRICT should only warn #85

Open goatherd opened 11 years ago

goatherd commented 11 years ago

This is a common pratice to keep for backward compatibility. The code itself is valid and does no harm.

Should be a warning only.