Navigation Menu

Skip to content

Commit

Permalink
Fix docblock in CollectionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Jan 10, 2017
1 parent 475b191 commit 497b0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Collection/CollectionInterface.php
Expand Up @@ -135,8 +135,8 @@ public function every(callable $c);
* ```
*
* @param callable $c a callback function
* @return bool true if for all elements in this collection the provided
* callback returns true, false otherwise
* @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 497b0e6

Please sign in to comment.