Skip to content

Commit a387d19

Browse files
committed
Added missing PSR2 sniff and clarrified past release notes to show the PSR1/2 standards were not released
1 parent de63b51 commit a387d19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
949949
<file baseinstalldir="PHP" name="ElseIfDeclarationSniff.php" role="php">
950950
<tasks:replace from="@package_version@" to="version" type="package-info" />
951951
</file>
952+
<file baseinstalldir="PHP" name="SwitchDeclarationSniff.php" role="php">
953+
<tasks:replace from="@package_version@" to="version" type="package-info" />
954+
</file>
952955
</dir>
953956
<dir name="Files">
954957
<file baseinstalldir="PHP" name="EndFileNewlineSniff.php" role="php">
@@ -2035,7 +2038,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
20352038
<date>2012-07-12</date>
20362039
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license>
20372040
<notes>
2038-
- Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines
20392041
- Added Generic CamelCapsFunctionNameSniff to just check if function and method names use camel caps
20402042
-- Does not allow underscore prefixes for private/protected methods
20412043
-- Defaults to strict checking, where two uppercase characters can not be next to each other

0 commit comments

Comments
 (0)