Passed
Push — develop ( 02dcc0...b4966a )
by Andrew
66:22 queued 61:23
created
src/services/Optimize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
             $vars,
262 262
             $minifier
263 263
         );
264
-        $content = (string)$content;
264
+        $content = (string) $content;
265 265
         if ($scriptAttrs !== null) {
266 266
             $attrs = array_merge([
267 267
                 ],
Please login to merge, or discard this patch.