Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from robations/patch-1
Browse files Browse the repository at this point in the history
Prevent array type being picked up as missing class
  • Loading branch information
davidroth committed Feb 29, 2016
2 parents 3a000ad + 7b09da4 commit 1bf407e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fusonic/Linq/Linq.php
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ private function getLast($func, $throw)
* @param callable $keySelector a func that returns the array-key for each element.
* @param callable $valueSelector a func that returns the array-value for each element.
*
* @return Array An array with all values.
* @return array An array with all values.
*/
public function toArray(callable $keySelector = null, callable $valueSelector = null)
{
Expand Down Expand Up @@ -709,4 +709,4 @@ public function getIterator()
{
return $this->iterator;
}
}
}

0 comments on commit 1bf407e

Please sign in to comment.