Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7f3a6 commit 39ff933Copy full SHA for 39ff933
1 file changed
src/Illuminate/Support/Collection.php
@@ -213,7 +213,7 @@ public function sort(Closure $callback)
213
/**
214
* Reset the keys on the underlying array.
215
*
216
- * @return \\Illuminate\Support\Collection
+ * @return \Illuminate\Support\Collection
217
*/
218
public function values()
219
{
@@ -226,7 +226,7 @@ public function values()
226
* Fetch a nested element of the collection.
227
228
* @param string $key
229
- * @retunr Illuminate\Support\Collection
230
231
public function fetch($key)
232
0 commit comments