- Issue created by @mglaman
- 🇭🇺Hungary Gábor Hojtsy Hungary
The internal check was excluded just now explicitly in ✨ Disable ClassExtendsInternalClassRule Fixed . This would still apply to other baselines.
There may be code violations reported by PHPStan and phpstan-drupal which maintainers have accepted in phpstan-baseline.neon. One example is the @internal
extends rule in phpstan-drupal.
We can include that with the upgrade_status analysis run to reduce "known and accepted" errors.
See https://github.com/mglaman/phpstan-drupal/issues/747
Active
4.0
Code
The internal check was excluded just now explicitly in ✨ Disable ClassExtendsInternalClassRule Fixed . This would still apply to other baselines.