Passed
Push — master ( effdba...b9addd )
by Enjoys
01:32
created
src/Content/Minify/MinifyFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         }
33 33
 
34 34
         $options = [];
35
-        if(isset($minifyOptions[$type])){
35
+        if (isset($minifyOptions[$type])) {
36 36
             $options = $minifyOptions[$type];
37 37
         }
38 38
         return new $minifyClass($content, $options);
Please login to merge, or discard this patch.