Skip to content

Commit 44bdcea

Browse files
committed
Apply fixes from StyleCI
1 parent 8e425fd commit 44bdcea

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
@@ -754,7 +754,7 @@ public static function password($length = 32, $letters = true, $numbers = true,
754754
$characters = array_merge($characters, [
755755
'~', '!', '#', '$', '%', '^', '&', '*', '(', ')', '-',
756756
'_', '.', ',', '<', '>', '?', '/', '\\', '{', '}', '[',
757-
']', '|', ':', ';',
757+
']', '|', ':', ';',
758758
]);
759759
}
760760

0 commit comments

Comments
 (0)