Skip to content

Commit cefd1c8

Browse files
committed
Apply fixes from StyleCI
1 parent 220f4ac commit cefd1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Str.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@ public static function substrReplace($string, $replace, $offset = 0, $length = n
918918
public static function swap(array $map, $subject)
919919
{
920920
return strtr($subject, $map);
921+
921922
return str_replace(array_keys($map), array_values($map), $subject);
922923
}
923924

0 commit comments

Comments
 (0)