Browse Source

I hate PSR-2 :D

José Lorenzo Rodríguez 11 years ago
parent
commit
705f5ae76e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionTrait.php

+ 1 - 1
src/Collection/CollectionTrait.php

@@ -525,7 +525,7 @@ trait CollectionTrait
      * {@inheritDoc}
      *
      */
-    public function through(callable $handler) 
+    public function through(callable $handler)
     {
         $result = $handler($this);
         return $result instanceof CollectionInterface ? $result: new Collection($result);