We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 17 | use Respect\Validation\StandardResult; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @author Henrique Moody <[email protected]> |
||
| 21 | */ |
||
| 22 | 12 | final class ScalarVal implements Rule |
|
| 23 | { |
||
| 24 | 12 | /** |
|
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function validate($input): Result; |
||
| 32 |