@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active>yes</active>
1616 </lead>
17- <date>2019-10-17 </date>
18- <time>08:07 :00</time>
17+ <date>2019-10-28 </date>
18+ <time>15:31 :00</time>
1919 <version>
2020 <release>3.5.2</release>
2121 <api>3.5.2</api>
@@ -1970,6 +1970,35 @@ http://pear.php.net/dtd/package-2.0.xsd">
19701970 </filelist>
19711971 </phprelease>
19721972 <changelog>
1973+ <release>
1974+ <version>
1975+ <release>3.5.2</release>
1976+ <api>3.5.2</api>
1977+ </version>
1978+ <stability>
1979+ <release>stable</release>
1980+ <api>stable</api>
1981+ </stability>
1982+ <date>2019-10-28</date>
1983+ <license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
1984+ <notes>
1985+ - Generic.ControlStructures.DisallowYodaConditions now returns less false positives
1986+ -- False positives were being returned for array comparisions, or when performing some function calls
1987+ - Squiz.WhiteSpace.SemicolonSpacing.Incorrect error message now escapes newlines and tabs
1988+ -- Provides a clearer error message as whitespace is now visible
1989+ -- Also allows for better output for report types such as CSV and XML
1990+ - The error message for PSR12.Files.FileHeader.SpacingAfterBlock has been made clearer
1991+ -- It now uses the wording from the published PSR-12 standard to indicate that blocks must be separated by a blank line
1992+ -- Thanks to Craig Duncan for the patch
1993+ - Fixed bug #2654 : Incorrect indentation for arguments of multiline function calls
1994+ - Fixed bug #2656 : Squiz.WhiteSpace.MemberVarSpacing removes comments before first member var during auto fixing
1995+ -- Thanks to Juliette Reinders Folmer for the patch
1996+ - Fixed bug #2663 : Generic.NamingConventions.ConstructorName complains about old constructor in interfaces
1997+ - Fixed bug #2664 : PSR12.Files.OpenTag incorrectly identifies PHP file with only an opening tag
1998+ - Fixed bug #2665 : PSR12.Files.ImportStatement should not apply to traits
1999+ - Fixed bug #2673 : PSR12.Traits.UseDeclaration does not allow comments or blank lines between use statements
2000+ </notes>
2001+ </release>
19732002 <release>
19742003 <version>
19752004 <release>3.5.1</release>
0 commit comments