Skip to content

Commit 90635f9

Browse files
committed
Apply fixes from StyleCI
1 parent 7626e3b commit 90635f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Stringable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function basename($suffix = '')
107107
*/
108108
public function charAt($index)
109109
{
110-
return Str::charAt($this->value, $index);
110+
return Str::charAt($this->value, $index);
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)