Skip to content

Commit 5ea0972

Browse files
committed
Updated changelog and version
1 parent f8fbe3b commit 5ea0972

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

CodeSniffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PHP_CodeSniffer
7373
*
7474
* @var string
7575
*/
76-
const VERSION = '1.4.7';
76+
const VERSION = '1.4.8';
7777

7878
/**
7979
* Package stability; either stable or beta.

package.xml

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,57 +17,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
1717
<date>2013-09-26</date>
1818
<time>09:41:00</time>
1919
<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>
2222
</version>
2323
<stability>
2424
<release>stable</release>
2525
<api>stable</api>
2626
</stability>
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<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
7130
</notes>
7231
<contents>
7332
<dir name="/">

0 commit comments

Comments
 (0)