Skip to content

Commit e9d5fa7

Browse files
author
craig-sen
committed
whitespace
1 parent 485959d commit e9d5fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ public function pop($count = 1)
795795
{
796796
if ($count < 1 || $this->count() === 0) {
797797
return null;
798-
}
798+
}
799799

800800
if ($count === 1) {
801801
return array_pop($this->items);

0 commit comments

Comments
 (0)