Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Jan 10, 2017
1 parent 497b0e6 commit c8cb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/CollectionInterface.php
Expand Up @@ -135,7 +135,7 @@ public function every(callable $c);
* ```
*
* @param callable $c a callback function
* @return bool true if the provided callback returns true for any element in this
* @return bool true if the provided callback returns true for any element in this
* collection, false otherwise
*/
public function some(callable $c);
Expand Down

0 comments on commit c8cb8ec

Please sign in to comment.