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: InvalidArgument
Argument 1 of Symfony\Component\Console\Command\Command::setCode expects a public callable, but a non-public callable provided (see https://psalm.dev/004)
parent::setCode([$this, 'runLoop']);
Psalm output (using commit 765dcbf):
ERROR: InvalidArgument - 18:25 - Argument 1 of Command::setCode expects a public callable, but a non-public callable provided
This error is since psalm 5.24 I think, but I can reproduce it on 5.26 still
this is a perfectly valid code:
Yet psalm complains:
Here is a reproducer: https://psalm.dev/r/6bd3bf83a1
The text was updated successfully, but these errors were encountered: