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
> ./vendor/bin/psalm --show-info=true
Target PHP version: 8.1 (inferred from composer.json)
Scanning files...
Analyzing files...
░░░░░░░░░░░░░░░░░░░░░░░░░░Uncaught Exception: InvalidArgumentException Could not get class storage for doctrine\dbal\dbalexception
Emitted in /Users/dmitriyrybin/PhpstormProjects/.../app/api/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:46
Stack trace in the forked worker:
#0 /Users/dmitriyrybin/PhpstormProjects/.../app/api/vendor/vimeo/psalm/src/Psalm/Internal/Codebase/ClassLikes.php(628): Psalm\Internal\Provider\ClassLikeStorageProvider->get('Doctrine\\DBAL\\D...')
...
If I comment <pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/> in psalm.xml or downgrading weirdan/doctrine-psalm-plugin to v2.0.1 everything works fine
The text was updated successfully, but these errors were encountered:
psalm 4.19.0
weirdan/doctrine-psalm-plugin v2.2.0
Symfony 6.0.3
PHP 8.1
If I comment
<pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/>
in psalm.xml or downgrading weirdan/doctrine-psalm-plugin to v2.0.1 everything works fineThe text was updated successfully, but these errors were encountered: