Passed
Push — master ( c710bd...2cd729 )
by Volodymyr
06:31 queued 02:59
created
Model/MoveJsToFooter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
         }
79 79
 
80 80
 
81
-        if($this->config->isMinifyBodyScript()) {
81
+        if ($this->config->isMinifyBodyScript()) {
82 82
             $scripts = $this->minifyJs->execute($scripts);
83 83
         }
84 84
 
Please login to merge, or discard this patch.
Model/PassesValidator/ValidateSkipper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     public function execute(string $script, Http $http): bool
43 43
     {
44 44
         foreach ($this->deferJsPassesValidators->getList() as $deferJsPassesValidator) {
45
-            if($deferJsPassesValidator->validate($script, $http)) {
45
+            if ($deferJsPassesValidator->validate($script, $http)) {
46 46
                 return true;
47 47
             }
48 48
         }
Please login to merge, or discard this patch.