Passed
Pull Request — master (#51)
by
unknown
05:50
created
src/controllers/SubmissionsController.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
     }
42 42
 
43 43
 
44
-    public function sanitizeUrl($url){
45
-        $url = str_replace(Craft::getAlias('@webroot'), '',$url);
46
-        $url = str_replace(Craft::getAlias('@root'), '',$url);
47
-        $url = str_replace(Craft::getAlias('@web'), '',$url);
44
+    public function sanitizeUrl($url) {
45
+        $url = str_replace(Craft::getAlias('@webroot'), '', $url);
46
+        $url = str_replace(Craft::getAlias('@root'), '', $url);
47
+        $url = str_replace(Craft::getAlias('@web'), '', $url);
48 48
         return $url;
49 49
     }
50 50
 }
Please login to merge, or discard this patch.