10000
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.
except()
string
1 parent 95e72aa commit 3bdb47cCopy full SHA for 3bdb47c
src/Illuminate/Collections/Collection.php
@@ -356,7 +356,7 @@ protected function duplicateComparator($strict)
356
/**
357
* Get all items except for those with the specified keys.
358
*
359
- * @param \Illuminate\Support\Enumerable<array-key, TKey>|array<array-key, TKey> $keys
+ * @param \Illuminate\Support\Enumerable<array-key, TKey>|array<array-key, TKey>|string $keys
360
* @return static
361
*/
362
public function except($keys)
0 commit comments