Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Aug 11, 2019
1 parent 810da3d commit 9ca756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file baseinstalldir="PHP/CodeSniffer" name="ByteOrderMarkSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="EndFileNewlineSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="EndFileNoNewlineSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="FilePermissionsSniff.php" role"php" />
<file baseinstalldir="PHP/CodeSniffer" name="FilePermissionsSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="InlineHTMLSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="LineEndingsSniff.php" role="php" />
<file baseinstalldir="PHP/CodeSniffer" name="LineLengthSniff.php" role="php" />
Expand Down

0 comments on commit 9ca756f

Please sign in to comment.