@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14
14
15
15
<active >yes</active >
16
16
</lead >
17
- <date >2017-09-20 </date >
18
- <time >08:44 :00</time >
17
+ <date >2017-10-17 </date >
18
+ <time >09:38 :00</time >
19
19
<version >
20
20
<release >3.1.1</release >
21
21
<api >3.1.1</api >
@@ -1583,6 +1583,43 @@ http://pear.php.net/dtd/package-2.0.xsd">
1583
1583
</filelist >
1584
1584
</phprelease >
1585
1585
<changelog >
1586
+ <release >
1587
+ <version >
1588
+ <release >3.1.1</release >
1589
+ <api >3.1.1</api >
1590
+ </version >
1591
+ <stability >
1592
+ <release >stable</release >
1593
+ <api >stable</api >
1594
+ </stability >
1595
+ <date >2017-10-17</date >
1596
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
1597
+ <notes >
1598
+ - Restored preference of non-dist files over dist files for phpcs.xml and phpcs.xml.dist
1599
+ -- The order that the files are searched is now: .phpcs.xml, phpcs.xml, .phpcs.xml.dist, phpcs.xml.dist
1600
+ -- Thanks to Juliette Reinders Folmer for the patch
1601
+ - Progress output now correctly shows skipped files
1602
+ - Progress output now shows 100% when the file list has finished processing (request #1697)
1603
+ - Stopped some IDEs complaining about testing class aliases
1604
+ -- Thanks to Vytautas Stankus for the patch
1605
+ - Squiz.Commenting.InlineComment incorrectly identified comment blocks in some cases, muting some errors
1606
+ -- Thanks to Juliette Reinders Folmer for the patch
1607
+ - Fixed bug #1512 : PEAR.Functions.FunctionCallSignature enforces spaces when no arguments if required spaces is not 0
1608
+ - Fixed bug #1522 : Squiz Arrays.ArrayDeclaration and Strings.ConcatenationSpacing fixers causing parse errors with here/ nowdocs
1609
+ - Fixed bug #1570 : Squiz.Arrays.ArrayDeclaration fixer removes comments between array keyword and open parentheses
1610
+ - Fixed bug #1604 : File::isReference has problems with some bitwise operators and class property references
1611
+ -- Thanks to Juliette Reinders Folmer for the patch
1612
+ - Fixed bug #1645 : Squiz.Commenting.InlineComment will fail to fix comments at the end of the file
1613
+ -- Thanks to Juliette Reinders Folmer for the patch
1614
+ - Fixed bug #1656 : Using the --sniffs argument has a problem with case sensitivity
1615
+ - Fixed bug #1657 : Uninitialized string offset: 0 when sniffing CSS
1616
+ - Fixed bug #1669 : Temporary expression proceeded by curly brace is detected as function call
1617
+ - Fixed bug #1681 : Huge arrays are super slow to scan with Squiz.Arrays.ArrayDeclaration sniff
1618
+ - Fixed bug #1694 : Squiz.Arrays.ArrayBracketSpacing is removing some comments during fixing
1619
+ -- Thanks to Juliette Reinders Folmer for the patch
1620
+ - Fixed bug #1702 : Generic.WhiteSpaceDisallowSpaceIndent fixer bug when line only contains superfluous whitespace
1621
+ </notes >
1622
+ </release >
1586
1623
<release >
1587
1624
<version >
1588
1625
<release >3.1.0</release >
0 commit comments