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
The class Item uses a trait src/Concerns/HasRelations.php and implements an interface src/Interfaces/ItemInterface.php.
the parameters name in method setRelation of HasRelation dont match with method setRelation of ItemInterface.
The class Item uses a trait src/Concerns/HasRelations.php and implements an interface src/Interfaces/ItemInterface.php.
the parameters
name in method setRelation of HasRelation don
t match with method setRelation of ItemInterface.You might read in https://psalm.dev/docs/running_psalm/issues/ParamNameMismatch/ about it.
I suggest to rename parameters` name in method setRelation in classes which implements ItemInterface.
The text was updated successfully, but these errors were encountered: