Browse Source

Fix return type annotation.

Mark Story 8 years ago
parent
commit
7233babd4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/Collection.php

+ 1 - 1
src/Collection/Collection.php

@@ -82,7 +82,7 @@ class Collection extends IteratorIterator implements CollectionInterface, Serial
      *
      * @param string $name Method name.
      * @param array $args Method arguments.
-     * @return void
+     * @return mixed
      * @throws \BadMethodCallException
      */
     public function __call($name, $args)