@@ -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-12-13 </date >
18
- <time >08:33 :00</time >
17
+ <date >2017-12-18 </date >
18
+ <time >11:00 :00</time >
19
19
<version >
20
20
<release >3.2.1</release >
21
21
<api >3.2.1</api >
@@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
<license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD 3-Clause License</license >
28
28
<notes >
29
29
- Fixed problems with some scripts and plugins waiting for STDIN
30
- -- This was a notable problem with the PHPStorm plugin for PHP_CodeSniffer
30
+ -- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
31
31
- Empty diffs are no longer followed by a newline character (request #1781)
32
32
- Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
33
33
-- This makes the sniff more useful when used in templates
@@ -1595,6 +1595,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
1595
1595
</filelist >
1596
1596
</phprelease >
1597
1597
<changelog >
1598
+ <release >
1599
+ <version >
1600
+ <release >3.2.1</release >
1601
+ <api >3.2.1</api >
1602
+ </version >
1603
+ <stability >
1604
+ <release >stable</release >
1605
+ <api >stable</api >
1606
+ </stability >
1607
+ <date >2017-12-18</date >
1608
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
1609
+ <notes >
1610
+ - Fixed problems with some scripts and plugins waiting for STDIN
1611
+ -- This was a notable problem with IDE plugins (e.g., PHPStorm) and build systems
1612
+ - Empty diffs are no longer followed by a newline character (request #1781)
1613
+ - Generic.Functions.OpeningFunctionBraceKernighanRitchie no longer complains when the open brace is followed by a close tag
1614
+ -- This makes the sniff more useful when used in templates
1615
+ -- Thanks to Joseph Zidell for the patch
1616
+ - Fixed bug #1782 : Incorrect detection of operator in ternary + anonymous function
1617
+ </notes >
1618
+ </release >
1598
1619
<release >
1599
1620
<version >
1600
1621
<release >3.2.0</release >
0 commit comments