Skip to content

Commit 0caef37

Browse files
committed
Sort function modifiers
1 parent 541592b commit 0caef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filename.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Filename
66
{
7-
static public function cleanFilename(string $raw): string
7+
public static function cleanFilename(string $raw): string
88
{
99
// Remove anything which isn't a word, whitespace, number
1010
// or any of the following caracters -_~,;[]().

0 commit comments

Comments
 (0)