@@ -17,57 +17,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
17
17
<date >2013-09-26</date >
18
18
<time >09:41:00</time >
19
19
<version >
20
- <release >1.4.7 </release >
21
- <api >1.4.7 </api >
20
+ <release >1.4.8 </release >
21
+ <api >1.4.8 </api >
22
22
</version >
23
23
<stability >
24
24
<release >stable</release >
25
25
<api >stable</api >
26
26
</stability >
27
27
<license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD 3-Clause License</license >
28
28
<notes >
29
- - Added report type --report=junit to show the error list in a JUnit compatible format
30
- -- Thanks to Oleg Lobach for the contribution
31
- - Added support for the PHP 5.4 callable type hint
32
- - Fixed problem where some file content could be ignored when checking STDIN
33
- - Version information is now printed when installed via composer or run from a Git clone (request #20050)
34
- - The CSS tokenizer is now more reliable when encountering 'list' and 'break' strings
35
- - Coding standard ignore comments can now appear instead doc blocks as well as inline comments
36
- -- Thanks to Stuart Langley for the patch
37
- - Generic LineLengthSniff now ignores SVN URL and Head URL comments
38
- -- Thanks to Karl DeBisschop for the patch
39
- - PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
40
- -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
41
- -- Thanks to Szabolcs Sulik for the patch
42
- - PEAR MultiLineAssignmentSniff now has a setting to specify how many spaces code should be indented
43
- -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
44
- -- Thanks to Szabolcs Sulik for the patch
45
- - PEAR FunctionDeclarationSniff now has a setting to specify how many spaces code should be indented
46
- -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
47
- -- Thanks to Szabolcs Sulik for the patch
48
- - Squiz SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
49
- -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
50
- -- Thanks to Szabolcs Sulik for the patch
51
- - Squiz CSS IndentationSniff now has a setting to specify how many spaces code should be indented
52
- -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
53
- -- Thanks to Hugo Fonseca for the patch
54
- - Squiz and MySource File and Function comment sniffs now allow all tags and don't require a particular licence
55
- - Squiz LowercaseStyleDefinitionSniff no longer throws errors for class names in nested style definitions
56
- - Squiz ClassFileNameSniff no longer throws errors when checking STDIN
57
- - Squiz CSS sniffs no longer generate errors for IE filters
58
- - Squiz CSS IndentationSniff no longer sees comments as blank lines
59
- - Squiz LogicalOperatorSpacingSniff now ignores whitespace at the end of a line
60
- - Squiz.Scope.MethodScope.Missing error message now mentions 'visibility' instead of 'scope modifier'
61
- -- Thanks to Renat Akhmedyanov for the patch
62
- - Added support for the PSR2 multi-line arguments errata
63
- - The PSR2 standard no longer throws errors for additional spacing after a type hint
64
- - PSR UseDeclarationSniff no longer throws errors for USE statements inside TRAITs
65
- - Fixed bug #20026 : Check for multi-line arrays that should be single-line is slightly wrong
66
- -- Adds new error message for single-line arrays that end with a comma
67
- - Fixed bug #20029 : ForbiddenFunction sniff incorrectly recognizes methods in USE clauses
68
- - Fixed bug #20043 : Mis-interpretation of Foo::class
69
- - Fixed bug #20044 : PSR1 camelCase check does not ignore leading underscores
70
- - Fixed bug #20045 : Errors about indentation for closures with multi-line 'use' in functions
29
+ - Fixed bug #20100 : incorrect Function mysql() has been deprecated report
71
30
</notes >
72
31
<contents >
73
32
<dir name =" /" >
0 commit comments