Skip to content

Commit 384109a

Browse files
authored
Apply fixes from StyleCI (#33995)
1 parent 4fd2793 commit 384109a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,6 @@ public function chunkWhile(callable $callback)
10921092
$previous = $current;
10931093
}
10941094

1095-
10961095
$chunks[] = new static($chunk);
10971096

10981097
return new static($chunks);

0 commit comments

Comments
 (0)