You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But whenever calling ->type on a model instance, Psalm things type is a string or null:
InvalidReturnType - app/Domain/Equipment/Models/ArticleCategory.php:159:32 - The declared return type 'App\Domain\Equipment\State\ArticleCategoryType\ArticleCategoryType' for App\Domain\Equipment\Models\ArticleCategory::getType is incorrect, got 'null|string'
The text was updated successfully, but these errors were encountered:
I've got this model class:
But whenever calling
->type
on a model instance, Psalm thingstype
is a string or null:The text was updated successfully, but these errors were encountered: