Skip to content

Commit

Permalink
Prepare for 3.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 28, 2019
1 parent 4d4c38c commit 65b12cd
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>gsherwood@squiz.net</email>
<active>yes</active>
</lead>
<date>2019-10-17</date>
<time>08:07:00</time>
<date>2019-10-28</date>
<time>15:31:00</time>
<version>
<release>3.5.2</release>
<api>3.5.2</api>
Expand Down Expand Up @@ -1970,6 +1970,35 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>3.5.2</release>
<api>3.5.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2019-10-28</date>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
<notes>
- Generic.ControlStructures.DisallowYodaConditions now returns less false positives
-- False positives were being returned for array comparisions, or when performing some function calls
- Squiz.WhiteSpace.SemicolonSpacing.Incorrect error message now escapes newlines and tabs
-- Provides a clearer error message as whitespace is now visible
-- Also allows for better output for report types such as CSV and XML
- The error message for PSR12.Files.FileHeader.SpacingAfterBlock has been made clearer
-- It now uses the wording from the published PSR-12 standard to indicate that blocks must be separated by a blank line
-- Thanks to Craig Duncan for the patch
- Fixed bug #2654 : Incorrect indentation for arguments of multiline function calls
- Fixed bug #2656 : Squiz.WhiteSpace.MemberVarSpacing removes comments before first member var during auto fixing
-- Thanks to Juliette Reinders Folmer for the patch
- Fixed bug #2663 : Generic.NamingConventions.ConstructorName complains about old constructor in interfaces
- Fixed bug #2664 : PSR12.Files.OpenTag incorrectly identifies PHP file with only an opening tag
- Fixed bug #2665 : PSR12.Files.ImportStatement should not apply to traits
- Fixed bug #2673 : PSR12.Traits.UseDeclaration does not allow comments or blank lines between use statements
</notes>
</release>
<release>
<version>
<release>3.5.1</release>
Expand Down

0 comments on commit 65b12cd

Please sign in to comment.