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
However, running ./vendor/bin/psalm still produces PossiblyUnusedMethod for the constructors and PossiblyUnusedProperty for the properties related to the model classes.
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered:
Not sure what I am doing wrong but I have followed this guide https://valinor.cuyz.io/latest/other/static-analysis/.
My data model classes are read only with public properties declared in the constructor. Some models are dependencies of others.
psalm.xml:
composer.json:
However, running
./vendor/bin/psalm
still produces PossiblyUnusedMethod for the constructors and PossiblyUnusedProperty for the properties related to the model classes.Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: