Skip to content

Commit

Permalink
Merge pull request #21 from schmittjoh/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
schmittjoh committed May 17, 2015
2 parents 9a72e5b + e19183f commit f2bcff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PhpCollection/AbstractMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ public function filterNot($callable)
return $this->filterInternal($callable, false);
}

/**
* @param callable $callable
* @param boolean $booleanKeep
*/
private function filterInternal($callable, $booleanKeep)
{
$newElements = array();
Expand Down

0 comments on commit f2bcff4

Please sign in to comment.