We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
17 | class Not extends AbstractRule |
||
18 | { |
||
19 | public $rule; |
||
20 | |||
21 | 18 | public function __construct(Validatable $rule) |
|
25 | |||
26 | 5 | public function setName($name) |
|
32 | |||
33 | 12 | public function validate($input) |
|
37 | |||
38 | 12 | public function assert($input) |
|
53 | |||
54 | 2 | private function absorbAllOf(AllOf $rule, $input) |
|
72 | } |
||
73 |