Skip to content

Commit 14af0ff

Browse files
committed
Changelog for #2340
1 parent d37d242 commit 14af0ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
2828
<notes>
29+
- The PEAR installable version of PHPCS was missing some files, which have been re-included in this release
30+
-- The code report was not previously available for PEAR installs
31+
-- The Generic.Formatting.SpaceBeforeCast sniff was not previously available for PEAR installs
32+
-- The Generic.WhiteSpace.LanguageConstructSpacing sniff was not previously available for PEAR installs
33+
-- Thanks to Juliette Reinders Folmer for the patch
34+
2935
- T_PHPCS_SET tokens now contain sniffCode, sniffProperty, and sniffPropertyValue indexes
3036
-- Sniffs can use this information instead of having to parse the token content manually
3137
- Generic.Files.LineEndings no longer adds superfluous new line at the end of JS and CSS files

0 commit comments

Comments
 (0)