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 19b4209 commit 7ee6d0dCopy full SHA for 7ee6d0d
src/Illuminate/Collections/Collection.php
@@ -1078,7 +1078,7 @@ public function reverse()
1078
*
1079
* @param TValue|(callable(TValue,TKey): bool) $value
1080
* @param bool $strict
1081
- * @return TKey|bool
+ * @return TKey|false
1082
*/
1083
public function search($value, $strict = false)
1084
{
src/Illuminate/Collections/LazyCollection.php
@@ -1035,7 +1035,7 @@ public function reverse()
1035
1036
1037
1038
1039
1040
1041
0 commit comments