Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 5, 2023
1 parent 7626e3b commit 90635f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Stringable.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function basename($suffix = '')
*/
public function charAt($index)
{
return Str::charAt($this->value, $index);
return Str::charAt($this->value, $index);
}

/**
Expand Down

0 comments on commit 90635f9

Please sign in to comment.