Skip to content

Commit 47f3564

Browse files
committed
Preparing for 1.3.6 release
1 parent bc8b4c8 commit 47f3564

File tree

1 file changed

+42
-3
lines changed

1 file changed

+42
-3
lines changed

package.xml

Lines changed: 42 additions & 3 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>2012-07-12</date>
18-
<time>15:06:00</time>
17+
<date>2012-08-08</date>
18+
<time>10:29:00</time>
1919
<version>
2020
<release>1.3.6</release>
2121
<api>1.3.6</api>
@@ -26,7 +26,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license>
2828
<notes>
29-
- Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines
3029
- Memory usage has been dramatically reduced when using the summary report
3130
-- Reduced memory is only available when displaying a single summary report to the screen
3231
-- PHP_CodeSniffer will not generate any messages in this case, storing only error counts instead
@@ -1973,6 +1972,46 @@ http://pear.php.net/dtd/package-2.0.xsd">
19731972
</filelist>
19741973
</phprelease>
19751974
<changelog>
1975+
<release>
1976+
<version>
1977+
<release>1.3.6</release>
1978+
<api>1.3.6</api>
1979+
</version>
1980+
<stability>
1981+
<release>stable</release>
1982+
<api>stable</api>
1983+
</stability>
1984+
<date>2012-08-08</date>
1985+
<license uri="http://matrix.squiz.net/developer/tools/php_cs/licence">BSD License</license>
1986+
<notes>
1987+
- Memory usage has been dramatically reduced when using the summary report
1988+
-- Reduced memory is only available when displaying a single summary report to the screen
1989+
-- PHP_CodeSniffer will not generate any messages in this case, storing only error counts instead
1990+
-- Impact is most notable with very high error and warning counts
1991+
- Significantly improved the performance of Squiz NonExecutableCodeSniff
1992+
- Ignore patterns now check the relative path of a file based on the dir being checked
1993+
-- Allows ignore patterns to become more generic as the path to the code is no longer included when checking
1994+
-- Thanks to Kristof Coomans for the patch
1995+
- Sniff settings can now be changed by specifying a special comment format inside a file
1996+
-- e.g., // @codingStandardsChangeSetting PEAR.Functions.FunctionCallSignature allowMultipleArguments false
1997+
-- If you change a setting, don't forget to change it back
1998+
- Added Generic EndFileNewlineSniff to ensure PHP files end with a newline character
1999+
- PEAR FunctionCallSignatureSniff now includes a setting to force one argument per line in multi-line calls
2000+
-- Set allowMultipleArguments to false
2001+
- Squiz standard now enforces one argument per line in multi-line function calls
2002+
- Squiz FunctionDeclarationArgumentSpacingSniff now supports closures
2003+
- Squiz OperatorSpacingSniff no longer throws an error for negative values inside an inline THEN statement
2004+
-- Thanks to Klaus Purer for the patch
2005+
- Squiz FunctionCommentSniff now throws an error for not closing a comment with */
2006+
-- Thanks to Klaus Purer for the patch
2007+
- Summary report no longer shows two lines of PHP_Timer output when showing sources
2008+
- Fixed undefined variable error in PEAR FunctionCallSignatureSniff for lines with no indent
2009+
- Fixed bug #19502 : Generic.Files.LineEndingsSniff fails if no new-lines in file
2010+
- Fixed bug #19508 : switch+return: Closing brace indented incorrectly
2011+
- Fixed bug #19532 : The PSR-2 standard don't recognize Null in class names
2012+
- Fixed bug #19546 : Error thrown for __call() method in traits
2013+
</notes>
2014+
</release>
19762015
<release>
19772016
<version>
19782017
<release>1.3.5</release>

0 commit comments

Comments
 (0)