Skip to content

Commit 884a8ae

Browse files
committed
Changelog for bug #937
1 parent 041579f commit 884a8ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
8080
- Fixed bug #910 : Unrecognized "extends" and indentation on anonymous classes
8181
- Fixed bug #915 : JS Tokenizer generates errors when processing some decimals
8282
- Fixed bug #928 : Endless loop when sniffing a PHP file with a git merge conflict inside a function
83+
- Fixed bug #937 : Shebang can cause PSR1 SideEffects warning
84+
-- Thanks to Clay Loveless for the patch
8385
</notes>
8486
<contents>
8587
<dir name="/">
@@ -1203,6 +1205,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
12031205
<file baseinstalldir="PHP" name="SideEffectsUnitTest.4.inc" role="test" />
12041206
<file baseinstalldir="PHP" name="SideEffectsUnitTest.5.inc" role="test" />
12051207
<file baseinstalldir="PHP" name="SideEffectsUnitTest.6.inc" role="test" />
1208+
<file baseinstalldir="PHP" name="SideEffectsUnitTest.7.inc" role="test" />
12061209
<file baseinstalldir="PHP" name="SideEffectsUnitTest.php" role="test">
12071210
<tasks:replace from="@package_version@" to="version" type="package-info" />
12081211
</file>

0 commit comments

Comments
 (0)