Skip to content

Commit

Permalink
merged branch ruian/patch-1 (PR symfony#5265)
Browse files Browse the repository at this point in the history
Commits
-------

524081f fix CS into Finder

Discussion
----------

fix CS into Finder

fix CS into Finder
  • Loading branch information
fabpot committed Aug 15, 2012
2 parents 826f512 + 524081f commit a0b6428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/Finder/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public function contains($pattern)
*
* $finder->notContains('Lorem ipsum')
* $finder->notContains('/Lorem ipsum/i')
*
* @param string $pattern A pattern (string or regexp)
*
Expand Down

0 comments on commit a0b6428

Please sign in to comment.