Robert Pustułka 9 years ago
parent
commit
c8cb8ecd21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionInterface.php

+ 1 - 1
src/Collection/CollectionInterface.php

@@ -135,7 +135,7 @@ interface CollectionInterface extends Iterator, JsonSerializable
      * ```
      *
      * @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);