Avoid long ‘if/else if’ chains that could be replaced by a ‘switch’ statement
Read more
phpinfo() should not be used in production
Read more
The code contains too many uppercase control structure keywords
Read more
The code contains too many PHP4 deprecated constructor naming.
Read more
The code contains too many functions, interfaces or classes with closing not commented
Read more
The code contains too many functions throwing exceptions that have inconsistencies in “@throws” tags
Read more
The code contains too many functions not complying with naming conventions
Read more
The code contains too many final artifacts in final classes
Read more
The code contains too many classes that declare __get() without declaring __set()
Read more