Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39ff933

Browse files
committed
Typos in Collection
1 parent 2c7f3a6 commit 39ff933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Support/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function sort(Closure $callback)
213213
/**
214214
* Reset the keys on the underlying array.
215215
*
216-
* @return \\Illuminate\Support\Collection
216+
* @return \Illuminate\Support\Collection
217217
*/
218218
public function values()
219219
{
@@ -226,7 +226,7 @@ public function values()
226226
* Fetch a nested element of the collection.
227227
*
228228
* @param string $key
229-
* @retunr Illuminate\Support\Collection
229+
* @return \Illuminate\Support\Collection
230230
*/
231231
public function fetch($key)
232232
{

0 commit comments

Comments
 (0)