@@ -21,11 +21,11 @@ |
||
21 | 21 | } |
22 | 22 | |
23 | 23 | return count( |
24 | - array_filter( |
|
25 | - $collection, |
|
26 | - function ($item) use ($callback) { |
|
27 | - return false === call_user_func($callback, $item); |
|
28 | - } |
|
29 | - ) |
|
30 | - ) < 1; |
|
24 | + array_filter( |
|
25 | + $collection, |
|
26 | + function ($item) use ($callback) { |
|
27 | + return false === call_user_func($callback, $item); |
|
28 | + } |
|
29 | + ) |
|
30 | + ) < 1; |
|
31 | 31 | } |
@@ -208,7 +208,7 @@ |
||
208 | 208 | * @param string $input |
209 | 209 | * @param string $substring |
210 | 210 | * |
211 | - * @return bool |
|
211 | + * @return \PHPUnit_Framework_Constraint_TraversableContains |
|
212 | 212 | * |
213 | 213 | * @author Lucantis Swann <[email protected]> |
214 | 214 | */ |