We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541592b commit 0caef37Copy full SHA for 0caef37
src/Filename.php
@@ -4,7 +4,7 @@
4
5
class Filename
6
{
7
- static public function cleanFilename(string $raw): string
+ public static function cleanFilename(string $raw): string
8
9
// Remove anything which isn't a word, whitespace, number
10
// or any of the following caracters -_~,;[]().
0 commit comments