Skip to content

Commit f1537b9

Browse files
Naouaktaylorotwell
authored andcommitted
Fix \Illuminate\Support\Collection::concat phpdoc (#24967)
Fixes #24966
1 parent c8682e1 commit f1537b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ public function push($value)
12451245
* Push all of the given items onto the collection.
12461246
*
12471247
* @param \Traversable|array $source
1248-
* @return $this
1248+
* @return static
12491249
*/
12501250
public function concat($source)
12511251
{

0 commit comments

Comments
 (0)