Skip to content

Commit

Permalink
formmating
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwasegu committed Sep 26, 2023
1 parent 81fe53b commit e6b0dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Collections/LazyCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public function except($keys)
}

$keys = array_flip($keys);

return new static(function () use ($keys) {
foreach ($this as $key => $value) {
if (! array_key_exists($key, $keys)) {
Expand Down

0 comments on commit e6b0dd0

Please sign in to comment.