File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -949,6 +949,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
949
949
<file baseinstalldir =" PHP" name =" ElseIfDeclarationSniff.php" role =" php" >
950
950
<tasks : replace from =" @package_version@" to =" version" type =" package-info" />
951
951
</file >
952
+ <file baseinstalldir =" PHP" name =" SwitchDeclarationSniff.php" role =" php" >
953
+ <tasks : replace from =" @package_version@" to =" version" type =" package-info" />
954
+ </file >
952
955
</dir >
953
956
<dir name =" Files" >
954
957
<file baseinstalldir =" PHP" name =" EndFileNewlineSniff.php" role =" php" >
@@ -2035,7 +2038,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
2035
2038
<date >2012-07-12</date >
2036
2039
<license uri =" http://matrix.squiz.net/developer/tools/php_cs/licence" >BSD License</license >
2037
2040
<notes >
2038
- - Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines
2039
2041
- Added Generic CamelCapsFunctionNameSniff to just check if function and method names use camel caps
2040
2042
-- Does not allow underscore prefixes for private/protected methods
2041
2043
-- Defaults to strict checking, where two uppercase characters can not be next to each other
You can’t perform that action at this time.
0 commit comments