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 b700bd5 commit f3051a0Copy full SHA for f3051a0
src/Snapshot.php
@@ -46,6 +46,7 @@ public function filename(): string
46
$file = preg_replace("([^\w\s\d\-_~,;\[\]\(\).])", '', $file);
47
// Remove any runs of periods
48
$file = preg_replace("([\.]{2,})", '', $file);
49
+
50
return $file;
51
}
52
0 commit comments