Skip to content

Commit 74a2aea

Browse files
authored
Fix collection typo (#56597)
1 parent 7d87cde commit 74a2aea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,7 @@ public function flip()
458458
/**
459459
* Remove an item from the collection by key.
460460
*
461-
* \Illuminate\Contracts\Support\Arrayable<array-key, TValue>|iterable<array-key, TKey>|TKey $keys
462-
*
461+
* @param \Illuminate\Contracts\Support\Arrayable<array-key, TValue>|iterable<array-key, TKey>|TKey $keys
463462
* @return $this
464463
*/
465464
public function forget($keys)

0 commit comments

Comments
 (0)