Skip to content

Commit 3ea827c

Browse files
committed
formatting
1 parent 9c42ab1 commit 3ea827c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,7 @@ public function splitIn($numberOfGroups)
10531053
}
10541054

10551055
/**
1056-
* Get the first item in the collection, but only if exactly
1057-
* item exists. Otherwise, throw an exception.
1056+
* Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
10581057
*
10591058
* @param mixed $key
10601059
* @param mixed $operator

src/Illuminate/Collections/LazyCollection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,7 @@ public function split($numberOfGroups)
10111011
}
10121012

10131013
/**
1014-
* Get the first item in the collection, but only if exactly
1015-
* item exists. Otherwise, throw an exception.
1014+
* Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
10161015
*
10171016
* @param mixed $key
10181017
* @param mixed $operator

0 commit comments

Comments
 (0)