File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -1852,6 +1852,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
1852
1852
</filelist >
1853
1853
</phprelease >
1854
1854
<changelog >
1855
+ <release >
1856
+ <version >
1857
+ <release >2.9.2</release >
1858
+ <api >2.9.2</api >
1859
+ </version >
1860
+ <stability >
1861
+ <release >stable</release >
1862
+ <api >stable</api >
1863
+ </stability >
1864
+ <date >2018-11-08</date >
1865
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
1866
+ <notes >
1867
+ - PHPCS should now run under PHP 7.3 without deprecation warnings
1868
+ -- Thanks to Nick Wilde for the patch
1869
+ - Fixed bug #1496 : Squiz.Strings.DoubleQuoteUsage not unescaping dollar sign when fixing
1870
+ -- Thanks to Michał Bundyra for the patch
1871
+ - Fixed bug #1549 : Squiz.PHP.EmbeddedPhp fixer conflict with // comment before PHP close tag
1872
+ -- Thanks to Juliette Reinders Folmer for the patch
1873
+ - Fixed bug #1890 : Incorrect Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose error between catch and finally statements
1874
+ </notes >
1875
+ </release >
1855
1876
<release >
1856
1877
<version >
1857
1878
<release >3.3.2</release >
@@ -2644,6 +2665,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
2644
2665
- Fixed bug #1504 : PSR2.Namespaces.UseDeclaration hangs fixing use statement with no trailing code
2645
2666
</notes >
2646
2667
</release >
2668
+ <release >
2669
+ <version >
2670
+ <release >2.9.1</release >
2671
+ <api >2.9.1</api >
2672
+ </version >
2673
+ <stability >
2674
+ <release >stable</release >
2675
+ <api >stable</api >
2676
+ </stability >
2677
+ <date >2017-05-22</date >
2678
+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2679
+ <notes >
2680
+ - Fixed bug #1442 : T_NULLABLE detection not working for nullable parameters and return type hints in some cases
2681
+ - Fixed bug #1448 : Generic.Classes.OpeningBraceSameLine doesn't detect comment before opening brace
2682
+ -- Thanks to Juliette Reinders Folmer for the patch
2683
+ </notes >
2684
+ </release >
2647
2685
<release >
2648
2686
<version >
2649
2687
<release >3.0.0</release >
You can’t perform that action at this time.
0 commit comments