| Total Complexity | 2 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | #[Attribute(Attribute::TARGET_PROPERTY | Attribute::IS_REPEATABLE)] |
||
| 12 | final class ReservedKeywordRule implements RuleInterface |
||
| 13 | { |
||
| 14 | public function getName(): string |
||
| 15 | { |
||
| 16 | return 'gii_reserved_keyword'; |
||
| 17 | } |
||
| 18 | |||
| 19 | public function getHandler(): string|RuleHandlerInterface |
||
| 22 | } |
||
| 23 | } |
||
| 24 |