Skip to content

Commit

Permalink
Fix docblock indentation (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Oct 15, 2021
1 parent 52b4403 commit 2304f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Macros/At.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public function __invoke()
*
* @param mixed $index
*
* @mixin \Illuminate\Support\Collection
*
* @return mixed
* @mixin \Illuminate\Support\Collection
*
* @return mixed
*/
return function ($index) {
return $this->slice($index, 1)->first();
Expand Down

0 comments on commit 2304f48

Please sign in to comment.