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
ERROR: MixedMethodCall - XXX - Cannot determine the type of $attribute when calling method isTranslatable (see https://psalm.dev/015)
!$attribute->isTranslatable()
The type of isTranslatable is sourced from here - XXX
$attribute = $attributeValue->getAttribute();
I use this plugin in the Sylius project, but this is not important (in my opinion).
I got the error:
$formAttribute
is Symfony Form typeAssert::isInstanceOf
is from https://github.com/webmozarts/assertWhen I disable this plugin Psalm can inherit type correctly.
The text was updated successfully, but these errors were encountered: