Passed
Push — master ( 52fcb5...0fb4e4 )
by PRATIK
04:44 queued 01:38
created
src/Traits/Thumbnail.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -263,6 +263,4 @@
 block discarded – undo
263 263
     // Valid Image Name
264 264
     private function validImageName($name)
265 265
     {
266
-        return strtolower(str_replace([' ', '-', '$', '<', '>', '&', '{', '}', '*', '\\', '/', ':' . ';', ',', "'", '"'], '_', trim($name)));
267
-    }
268
-}
266
+        return strtolower(str_replace([' ', '-', '$', '<', '>', '&', '{', '}', '*', '\\', '/', ':' . ';', ',', "'", '"'], '_', trim($name
269 267
\ No newline at end of file
Please login to merge, or discard this patch.