@@ -54,12 +54,12 @@ |
||
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 | } |