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
As a dependency of Rector, PHPStan 1.10.55 created a recent issue with rector 0.18.x, which was resolved in rector 0.19.0. However craftcms/rector requires rector ^0.18.4, so it seems there isn't an upgrade pathway to mitigate this error until craftcms/rector supports rector 0.19.x.
[ERROR] Could not process "config/app.php" file, due to:
"Call to undefined method PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getRequireExtendsTagValues()". On line:
330
Description
As a dependency of Rector, PHPStan 1.10.55 created a recent issue with rector 0.18.x, which was resolved in rector 0.19.0. However
craftcms/rector
requires rector ^0.18.4, so it seems there isn't an upgrade pathway to mitigate this error untilcraftcms/rector
supports rector 0.19.x.Steps to reproduce
composer require --dev rector/rector:^0.18
rector.php
file using the given examplevendor/bin/rector --dry-run
Additional info
The text was updated successfully, but these errors were encountered: