@@ -40,6 +40,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
40
40
-- Useful for running the phpcs and phpcbf commands without any arguments at the top of a repository
41
41
- Default file paths can now be specified in a ruleset.xml file using the "file" tag
42
42
-- File paths are only processed if no files were specified on the command line
43
+ - Squiz coding standard now requires lowercase PHP constants (true, false and null)
44
+ -- Removed Squiz.NamingConventions.ConstantCase sniff as the rule is now consistent across PHP and JS files
43
45
- Interactive mode no longer breaks if you also specify a report type on the command line
44
46
- PEAR InlineCommentSniff now fixes the Perl-style comments that it finds (request #375)
45
47
- PSR2 standard no longer fixes the placement of docblock open tags as comments are excluded from this standard
@@ -1542,9 +1544,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
1542
1544
</file >
1543
1545
</dir >
1544
1546
<dir name =" NamingConventions" >
1545
- <file baseinstalldir =" PHP" name =" ConstantCaseSniff.php" role =" php" >
1546
- <tasks : replace from =" @package_version@" to =" version" type =" package-info" />
1547
- </file >
1548
1547
<file baseinstalldir =" PHP" name =" ValidFunctionNameSniff.php" role =" php" >
1549
1548
<tasks : replace from =" @package_version@" to =" version" type =" package-info" />
1550
1549
</file >
@@ -1958,11 +1957,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
1958
1957
</file >
1959
1958
</dir >
1960
1959
<dir name =" NamingConventions" >
1961
- <file baseinstalldir =" PHP" name =" ConstantCaseUnitTest.inc" role =" test" />
1962
- <file baseinstalldir =" PHP" name =" ConstantCaseUnitTest.js" role =" test" />
1963
- <file baseinstalldir =" PHP" name =" ConstantCaseUnitTest.php" role =" test" >
1964
- <tasks : replace from =" @package_version@" to =" version" type =" package-info" />
1965
- </file >
1966
1960
<file baseinstalldir =" PHP" name =" ValidFunctionNameUnitTest.inc" role =" test" />
1967
1961
<file baseinstalldir =" PHP" name =" ValidFunctionNameUnitTest.php" role =" test" >
1968
1962
<tasks : replace from =" @package_version@" to =" version" type =" package-info" />
0 commit comments