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
Psalm output (using commit 03ee02c):
ERROR: RedundantPropertyInitializationCheck - 15:22 - Property $this->x with type string should already be set in the constructor
ERROR: RedundantPropertyInitializationCheck - 15:9 - Property $this->x with type string should already be set in the constructor
ERROR: RedundantPropertyInitializationCheck - 25:22 - Property $this->y with type string should already be set in the constructor
ERROR: RedundantPropertyInitializationCheck - 25:9 - Property $this->y with type string should already be set in the constructor
ERROR: RedundantPropertyInitializationCheck - 35:14 - Property $this->z with type string should already be set in the constructor
https://psalm.dev/r/b392c46642
This error should never occur inside the constructor, but it does when checking if the value is set with
isset
or??=
The text was updated successfully, but these errors were encountered: