Skip to content

Commit 5cd2eda

Browse files
committed
cs fix
1 parent c3219a6 commit 5cd2eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ public function pipe(callable $callback)
835835
public function tap(callable $callback)
836836
{
837837
$callback(new static($this->items));
838+
838839
return $this;
839840
}
840841

0 commit comments

Comments
 (0)