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, psalm emits all this errors that are related to the --find-dead-code parameter, which is not give.
for example
ERROR: PossiblyUnusedMethod - services/JoomlaIncluder.php:28:21 - Cannot find explicit calls to method app\services\JoomlaIncluder::clearSession (but did find some potential callers) (see https://psalm.dev/087)
public function clearSession()
Any help/hint what I am doing wrong would be appreciated - or is this maybe a default switch in the development version?
The text was updated successfully, but these errors were encountered:
Hey @c-schmitz, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.
I am using the 6.x-dev version of Psalm and scan a PHP codebase with it.
My psalm.xml looks like this:
Commandline to start psalm is
However, psalm emits all this errors that are related to the --find-dead-code parameter, which is not give.
for example
Any help/hint what I am doing wrong would be appreciated - or is this maybe a default switch in the development version?
The text was updated successfully, but these errors were encountered: