We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 1 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 5 | trait HasCrudObjectType  | 
            ||
| 6 | { | 
            ||
| 7 | /**  | 
            ||
| 8 | * The type of the object upload is handling: field or column.  | 
            ||
| 9 | *  | 
            ||
| 10 | * @var string  | 
            ||
| 11 | */  | 
            ||
| 12 | public string $crudObjectType;  | 
            ||
| 13 | |||
| 14 | /**  | 
            ||
| 15 | * Return the crud object type, field or column.  | 
            ||
| 16 | *  | 
            ||
| 17 | * @return string  | 
            ||
| 18 | */  | 
            ||
| 19 | public function getCrudObjectType()  | 
            ||
| 24 |