We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 24 | final class Call extends AbstractRelated |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Initializes the rule. |
||
| 28 | * |
||
| 29 | * @param callable $callable |
||
| 30 | * @param Rule $rule |
||
| 31 | * @param bool $mandatory |
||
| 32 | */ |
||
| 33 | public function __construct(callable $callable, Rule $rule = null, bool $mandatory = true) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritdoc} |
||
| 40 | */ |
||
| 41 | 6 | protected function getReferenceValue($input, $reference) |
|
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritdoc} |
||
| 48 | */ |
||
| 49 | 6 | protected function hasReference($input, $reference): bool |
|
| 53 | } |
||
| 54 |