Skip to content

Commit a360ba3

Browse files
committed
Prepare for 1.4.7 release
1 parent 49c025b commit a360ba3

File tree

1 file changed

+58
-2
lines changed

1 file changed

+58
-2
lines changed

package.xml

+58-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>2013-07-25</date>
18-
<time>13:47:00</time>
17+
<date>2013-09-26</date>
18+
<time>09:41:00</time>
1919
<version>
2020
<release>1.4.7</release>
2121
<api>1.4.7</api>
@@ -2353,6 +2353,62 @@ http://pear.php.net/dtd/package-2.0.xsd">
23532353
</filelist>
23542354
</phprelease>
23552355
<changelog>
2356+
<release>
2357+
<version>
2358+
<release>1.4.7</release>
2359+
<api>1.4.7</api>
2360+
</version>
2361+
<stability>
2362+
<release>stable</release>
2363+
<api>stable</api>
2364+
</stability>
2365+
<date>2013-09-26</date>
2366+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2367+
<notes>
2368+
- Added report type --report=junit to show the error list in a JUnit compatible format
2369+
-- Thanks to Oleg Lobach for the contribution
2370+
- Added support for the PHP 5.4 callable type hint
2371+
- Fixed problem where some file content could be ignored when checking STDIN
2372+
- Version information is now printed when installed via composer or run from a Git clone (request #20050)
2373+
- The CSS tokenizer is now more reliable when encountering 'list' and 'break' strings
2374+
- Coding standard ignore comments can now appear instead doc blocks as well as inline comments
2375+
-- Thanks to Stuart Langley for the patch
2376+
- Generic LineLengthSniff now ignores SVN URL and Head URL comments
2377+
-- Thanks to Karl DeBisschop for the patch
2378+
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
2379+
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
2380+
-- Thanks to Szabolcs Sulik for the patch
2381+
- PEAR MultiLineAssignmentSniff now has a setting to specify how many spaces code should be indented
2382+
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
2383+
-- Thanks to Szabolcs Sulik for the patch
2384+
- PEAR FunctionDeclarationSniff now has a setting to specify how many spaces code should be indented
2385+
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
2386+
-- Thanks to Szabolcs Sulik for the patch
2387+
- Squiz SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
2388+
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
2389+
-- Thanks to Szabolcs Sulik for the patch
2390+
- Squiz CSS IndentationSniff now has a setting to specify how many spaces code should be indented
2391+
-- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
2392+
-- Thanks to Hugo Fonseca for the patch
2393+
- Squiz and MySource File and Function comment sniffs now allow all tags and don't require a particular licence
2394+
- Squiz LowercaseStyleDefinitionSniff no longer throws errors for class names in nested style definitions
2395+
- Squiz ClassFileNameSniff no longer throws errors when checking STDIN
2396+
- Squiz CSS sniffs no longer generate errors for IE filters
2397+
- Squiz CSS IndentationSniff no longer sees comments as blank lines
2398+
- Squiz LogicalOperatorSpacingSniff now ignores whitespace at the end of a line
2399+
- Squiz.Scope.MethodScope.Missing error message now mentions 'visibility' instead of 'scope modifier'
2400+
-- Thanks to Renat Akhmedyanov for the patch
2401+
- Added support for the PSR2 multi-line arguments errata
2402+
- The PSR2 standard no longer throws errors for additional spacing after a type hint
2403+
- PSR UseDeclarationSniff no longer throws errors for USE statements inside TRAITs
2404+
- Fixed bug #20026 : Check for multi-line arrays that should be single-line is slightly wrong
2405+
-- Adds new error message for single-line arrays that end with a comma
2406+
- Fixed bug #20029 : ForbiddenFunction sniff incorrectly recognizes methods in USE clauses
2407+
- Fixed bug #20043 : Mis-interpretation of Foo::class
2408+
- Fixed bug #20044 : PSR1 camelCase check does not ignore leading underscores
2409+
- Fixed bug #20045 : Errors about indentation for closures with multi-line 'use' in functions
2410+
</notes>
2411+
</release>
23562412
<release>
23572413
<version>
23582414
<release>1.4.6</release>

0 commit comments

Comments
 (0)