We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 20 | final class Templates |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @Required |
||
| 24 | * |
||
| 25 | * @var array<Respect\Validation\Annotations\Template> |
||
| 26 | */ |
||
| 27 | public $regular; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @Required |
||
| 31 | * |
||
| 32 | * @var array<Respect\Validation\Annotations\Template> |
||
| 33 | */ |
||
| 34 | public $inverted; |
||
| 35 | |||
| 36 | public static function getDefault(): self |
||
| 46 | } |
||
| 47 |