Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class ValidateSkipper |
||
18 | { |
||
19 | /** |
||
20 | * @var EntityList |
||
21 | */ |
||
22 | private $deferJsPassesValidators; |
||
23 | |||
24 | /** |
||
25 | * Validate constructor. |
||
26 | * |
||
27 | * @param EntityList $deferJsPassesValidators |
||
28 | */ |
||
29 | public function __construct( |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @param string $script |
||
37 | * @param Http $http |
||
38 | * |
||
39 | * @return bool |
||
40 | */ |
||
41 | public function execute(string $script, Http $http): bool |
||
52 |