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