Passed
Push — v1 ( 02ea9f...4232cd )
by Andrew
14:00 queued 08:19
created
src/services/Helper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,12 +54,12 @@
 block discarded – undo
54 54
             $name = strstr($name, $dirPrefix);
55 55
             $pos = strpos($name, $dirPrefix);
56 56
             if ($pos !== false) {
57
-                $name = (string)substr_replace($name, '', $pos, strlen($dirPrefix));
57
+                $name = (string) substr_replace($name, '', $pos, strlen($dirPrefix));
58 58
             }
59 59
             $path = FileHelper::createUrl(
60 60
                     $settings->criticalPath,
61 61
                     $name
62
-                ) . $settings->criticalSuffix;
62
+                ).$settings->criticalSuffix;
63 63
 
64 64
             return $this->getCssInlineTags($path, $attributes);
65 65
         }
Please login to merge, or discard this patch.