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
Hello! I want to refactor php file to the php 8.2 by command:
vendor/bin/psalter --issues=all --php-version=8.2 ,
but it doesn't work, nothing happened with the php file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I want to refactor php file to the php 8.2 by command:
vendor/bin/psalter --issues=all --php-version=8.2 ,
but it doesn't work, nothing happened with the php file.
message appears:
PS C:\Users\alexa\phppsalm> vendor/bin/psalter --issues=all --php-version=8.2
Target PHP version: 8.2 (set by CLI argument).
Scanning files...
Analyzing files...
░░░░░░░░░░░
Altering files...
Altered C:\Users\alexa\phppsalm\vendor\composer\autoload_real.php
Altered C:\Users\alexa\phppsalm\vendor\composer\autoload_static.php
Checks took 6.05 seconds and used 148.076MB of memory
Psalm was unable to infer types in the codebase
What is wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions