Skip to content

Commit f357fd8

Browse files
committed
Apply fixes from StyleCI
1 parent 99ef361 commit f357fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Str.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ public static function apa($value)
12791279
{
12801280
$minorWords = [
12811281
'and', 'as', 'but', 'for', 'if', 'nor', 'or', 'so', 'yet', 'a', 'an',
1282-
'the', 'at', 'by', 'for', 'in', 'of', 'off', 'on', 'per', 'to', 'up', 'via'
1282+
'the', 'at', 'by', 'for', 'in', 'of', 'off', 'on', 'per', 'to', 'up', 'via',
12831283
];
12841284

12851285
$endPunctuation = ['.', '!', '?', ':', '', ','];

0 commit comments

Comments
 (0)