Skip to content

Commit

Permalink
Changelog + unit tests for PR #581
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 20, 2016
1 parent b70dfa4 commit e7fd9ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ echo $foo;

// Comment here.
echo $foo;

/**
* Comments about the include
*/
include_once($blah);
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ echo $foo;

// Comment here.
echo $foo;

/**
* Comments about the include
*/
include_once($blah);
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
-- Previously, the paths were relative to the directory PHPCS was being run from
-- Absolute paths are still allowed and work the same way they always have
-- This change allows ruleset.xml files to be more portable
- Squiz InlineCommentSniff now allows docblocks on require(_once) and include(_once) statements
-- Thanks to Gary Jones for the patch
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit e7fd9ad

Please sign in to comment.