Skip to content

Commit f2bcff4

Browse files
committed
Merge pull request #21 from schmittjoh/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 9a72e5b + e19183f commit f2bcff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PhpCollection/AbstractMap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ public function filterNot($callable)
168168
return $this->filterInternal($callable, false);
169169
}
170170

171+
/**
172+
* @param callable $callable
173+
* @param boolean $booleanKeep
174+
*/
171175
private function filterInternal($callable, $booleanKeep)
172176
{
173177
$newElements = array();

0 commit comments

Comments
 (0)