We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d87cde commit 74a2aeaCopy full SHA for 74a2aea
src/Illuminate/Collections/Collection.php
@@ -458,8 +458,7 @@ public function flip()
458
/**
459
* Remove an item from the collection by key.
460
*
461
- * \Illuminate\Contracts\Support\Arrayable<array-key, TValue>|iterable<array-key, TKey>|TKey $keys
462
- *
+ * @param \Illuminate\Contracts\Support\Arrayable<array-key, TValue>|iterable<array-key, TKey>|TKey $keys
463
* @return $this
464
*/
465
public function forget($keys)
0 commit comments