diff options
Diffstat (limited to 'vendor/illuminate/support/Collection.php')
| -rw-r--r-- | vendor/illuminate/support/Collection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/illuminate/support/Collection.php b/vendor/illuminate/support/Collection.php index c6b8d2dd6f..278038a0b2 100644 --- a/vendor/illuminate/support/Collection.php +++ b/vendor/illuminate/support/Collection.php @@ -184,7 +184,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate $count = $values->count(); - if ($count == 0) { + if ($count === 0) { return; } |
