Skip to content

Commit 6ad2835

Browse files
committed
Prepare for 3.3.2 release
1 parent 632c8f3 commit 6ad2835

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

package.xml

+48-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2018-07-27</date>
18-
<time>09:45:00</time>
17+
<date>2018-09-24</date>
18+
<time>09:07:00</time>
1919
<version>
2020
<release>3.3.2</release>
2121
<api>3.3.2</api>
@@ -1733,6 +1733,52 @@ http://pear.php.net/dtd/package-2.0.xsd">
17331733
</filelist>
17341734
</phprelease>
17351735
<changelog>
1736+
<release>
1737+
<version>
1738+
<release>3.3.2</release>
1739+
<api>3.3.2</api>
1740+
</version>
1741+
<stability>
1742+
<release>stable</release>
1743+
<api>stable</api>
1744+
</stability>
1745+
<date>2018-09-24</date>
1746+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
1747+
<notes>
1748+
- Fixed a problem where the report cache was not being cleared when the sniffs inside a standard were updated
1749+
- The info report (--report=info) now has improved formatting for metrics that span multiple lines
1750+
-- Thanks to Juliette Reinders Folmer for the patch
1751+
- The unit test runner now skips .bak files when looking for test cases
1752+
-- Thanks to Juliette Reinders Folmer for the patch
1753+
- The Squiz standard now ensures underscores are not used to indicate visibility of private members vars and methods
1754+
-- Previously, this standard enforced the use of underscores
1755+
- Generic.PHP.NoSilencedErrors error messages now contain a code snippet to show the context of the error
1756+
-- Thanks to Juliette Reinders Folmer for the patch
1757+
- Squiz.Arrays.ArrayDeclaration no longer reports errors for a comma on a line new after a here/nowdoc
1758+
-- Also stops a parse error being generated when auto-fixing
1759+
-- The SpaceBeforeComma error message has been changed to only have one data value instead of two
1760+
- Squiz.Commenting.FunctionComment no longer errors when trying to fix indents of multi-line param comments
1761+
- Squiz.Formatting.OperatorBracket now correctly fixes statements that contain strings
1762+
- Squiz.PHP.CommentedOutCode now ignores more @-style annotations and includes better comment block detection
1763+
-- Thanks to Juliette Reinders Folmer for the patch
1764+
- Fixed a problem where referencing a relative file path in a ruleset XML file could add unnecessary sniff exclusions
1765+
-- This didn't actually exclude anything, but caused verbose output to list strange exclusion rules
1766+
- Fixed bug #2110 : Squiz.WhiteSpace.FunctionSpacing is removing indents from the start of functions when fixing
1767+
-- Thanks to Juliette Reinders Folmer for the patch
1768+
- Fixed bug #2115 : Squiz.Commenting.VariableComment not checking var types when the @var line contains a comment
1769+
- Fixed bug #2120 : Tokenizer fails to match T_INLINE_ELSE when used after function call containing closure
1770+
- Fixed bug #2121 : Squiz.PHP.DisallowMultipleAssignments false positive in while loop conditions
1771+
-- Thanks to Juliette Reinders Folmer for the patch
1772+
- Fixed bug #2127 : File::findExtendedClassName() doesn't support nested classes
1773+
-- Thanks to Juliette Reinders Folmer for the patch
1774+
- Fixed bug #2138 : Tokenizer detects wrong token for php ::class feature with spaces
1775+
- Fixed bug #2143 : PSR2.Namespaces.UseDeclaration does not properly fix "use function" and "use const" statements
1776+
-- Thanks to Chris Wilkinson for the patch
1777+
- Fixed bug #2144 : Squiz.Arrays.ArrayDeclaration does incorrect align calculation in array with cyrillic keys
1778+
- Fixed bug #2146 : Zend.Files.ClosingTag removes closing tag from end of file without inserting a semicolon
1779+
- Fixed bug #2151 : XML schema not updated with the new array property syntax
1780+
</notes>
1781+
</release>
17361782
<release>
17371783
<version>
17381784
<release>3.3.1</release>

0 commit comments

Comments
 (0)