Skip to content

Commit ea105e4

Browse files
committed
Changelog for 3315
1 parent 900d377 commit ea105e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929
- PHPCS annotations can now be specified using hash-style comments
3030
-- Previously, only slash-style and block-style comments could be used to do things like disable errors
3131
-- Thanks to Juliette Reinders Folmer for the patch
32-
- Fixed an issue where some sniffs would not run on PHP files that only used the short open tag with echo tag
32+
- Fixed an issue where some sniffs would not run on PHP files that only used the short echo tag
3333
-- The following sniffs were affected:
3434
--- Generic.Files.ExecutableFile
3535
--- Generic.Files.LowercasedFilename
@@ -42,6 +42,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
4242
--- Generic.WhiteSpace.DisallowSpaceIndent
4343
--- Generic.WhiteSpace.DisallowTabIndent
4444
-- Thanks to Juliette Reinders Folmer for the patch
45+
- Squiz.Commenting.BlockComment now correctly applies rules for block comments after a short echo tag
46+
-- Thanks to Juliette Reinders Folmer for the patch
4547
- Fixed bug #3294 : Bug in attribute tokenization when content contains PHP end token or attribute closer on new line
4648
-- Thanks to Alessandro Chitolina for the patch
4749
-- Thanks to Juliette Reinders Folmer for the tests

0 commit comments

Comments
 (0)