Skip to content

Commit 5d973e5

Browse files
committed
Prepare for 1.5.5 release
1 parent 60cbbc2 commit 5d973e5

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

package.xml

Lines changed: 37 additions & 2 deletions
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>2014-08-06</date>
18-
<time>09:51:00</time>
17+
<date>2014-09-25</date>
18+
<time>13:32:00</time>
1919
<version>
2020
<release>1.5.5</release>
2121
<api>1.5.5</api>
@@ -2255,6 +2255,41 @@ http://pear.php.net/dtd/package-2.0.xsd">
22552255
</filelist>
22562256
</phprelease>
22572257
<changelog>
2258+
<release>
2259+
<version>
2260+
<release>1.5.5</release>
2261+
<api>1.5.5</api>
2262+
</version>
2263+
<stability>
2264+
<release>stable</release>
2265+
<api>stable</api>
2266+
</stability>
2267+
<date>2014-09-25</date>
2268+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2269+
<notes>
2270+
- PHP tokenizer no longer converts class/function names to special tokens types
2271+
-- Class/function names such as parent and true would become special tokens such as T_PARENT and T_TRUE
2272+
- Improved closure support in Generic ScopeIndentSniff
2273+
- Improved indented PHP tag support in Generic ScopeIndentSniff
2274+
- Generic CamelCapsFunctionNameSniff now ignores a single leading underscore
2275+
-- Thanks to Alex Slobodiskiy for the patch
2276+
- Standards can now be located within hidden directories (further fix for bug #20323)
2277+
-- Thanks to Klaus Purer for the patch
2278+
- Added Generic SyntaxSniff to check for syntax errors in PHP files
2279+
-- Thanks to Blaine Schmeisser for the contribution
2280+
- Squiz DiscouragedFunctionsSniff now warns about var_dump()
2281+
- PEAR ValidFunctionNameSniff no longer throws an error for _()
2282+
- Squiz and PEAR FunctionCommentSnif now support _()
2283+
- Generic UpperCaseConstantSniff and LowerCaseConstantSniff now ignore function names
2284+
- Fixed bug #248 : FunctionCommentSniff expects ampersand on param name
2285+
- Fixed bug #265 : False positives with type hints in ForbiddenFunctionsSniff
2286+
- Fixed bug #20373 : Inline comment sniff tab handling way
2287+
- Fixed bug #20378 : Report appended to existing file if no errors found in run
2288+
- Fixed bug #20381 : Invalid "Comment closer must be on a new line"
2289+
-- Thanks to Brad Kent for the patch
2290+
- Fixed bug #20386 : Squiz.Commenting.ClassComment.SpacingBefore thrown if first block comment
2291+
</notes>
2292+
</release>
22582293
<release>
22592294
<version>
22602295
<release>1.5.4</release>

0 commit comments

Comments
 (0)