We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 9 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Model extends BaseAttribute implements SmartAttributeInterface |
||
| 9 | { |
||
| 10 | public static function getDefault(SmartCollectionInterface $attributes) |
||
| 13 | } |
||
| 14 | |||
| 15 | public static function getValidationRules(SmartCollectionInterface $attributes): array |
||
| 31 | } |
||
| 32 | } |
||
| 33 | }, |
||
| 34 | ]; |
||
| 35 | } |
||
| 36 | |||
| 37 | public static function getAttributeName(): string |
||
| 42 |