Skip to content

Commit fd0d8ce

Browse files
committed
cleanup: no forEach
1 parent 58372dc commit fd0d8ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Underscore.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ public function each(callable $fn)
4444
return $this;
4545
}
4646

47-
public function forEach(callable $fn)
48-
{
49-
return $this->each($fn);
50-
}
51-
5247
public function map(callable $fn)
5348
{
5449
$data = [];

0 commit comments

Comments
 (0)