We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fea5b commit 4ba76baCopy full SHA for 4ba76ba
package.xml
@@ -29,6 +29,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
29
- Added support for the PHP 5.5 T_FINALLY token to detect try/catch/finally statements
30
- Added empty CodeSniffer.conf to enable config settings for Composer installs
31
- Added Generic EndFileNoNewlineSniff to ensure there is no newline at the end of a file
32
+ - Autoloader can now load PSR-0 compliant classes
33
+ -- Thanks to Maik Penz for the patch
34
- Squiz NonExecutableCodeSniff no longer throws error for multi-line RETURNs inside CASE statements
35
-- Thanks to Marc Ypes for the patch
36
- Squiz OperatorSpacingSniff no longer reports errors for negative numbers inside inline THEN statements
0 commit comments