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