fix CS into Finder

fix CS into Finder
This commit is contained in:
Julien 'ruian' Galenski 2012-08-15 13:32:42 +03:00
parent 826f5122e9
commit 524081f4cf
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ class Finder implements \IteratorAggregate, \Countable
*
* $finder->notContains('Lorem ipsum')
* $finder->notContains('/Lorem ipsum/i')
*
* @param string $pattern A pattern (string or regexp)
*