We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 19 | class Not extends AbstractRule |
||
| 20 | { |
||
| 21 | public $rule; |
||
| 22 | |||
| 23 | 109 | public function __construct(Validatable $rule) |
|
| 27 | |||
| 28 | 5 | public function setName($name) |
|
| 34 | |||
| 35 | 103 | public function validate($input) |
|
| 39 | |||
| 40 | 101 | public function assert($input) |
|
| 55 | |||
| 56 | 87 | private function absorbAllOf(AllOf $rule, $input) |
|
| 74 | } |
||
| 75 |