Passed
Push — master ( c74e22...4ec3b5 )
by Володимир
04:11
created
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.