-
-
Notifications
You must be signed in to change notification settings - Fork 84
Drop d9 #807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop d9 #807
Conversation
…\Rules\Deprecations\AccessDeprecatedConstant
…anDrupal\Rules\Deprecations\AccessDeprecatedConstant" This reverts commit 46ad904.
…tanDrupal\Rules\Deprecations\AccessDeprecatedConstant" This reverts commit 181a5df.
…\Rules\Deprecations\AccessDeprecatedConstant
…lassRuleTest::testRule ContentEntityDeleteForm test case and dependencies
…es\Deprecations\AccessDeprecatedConstant and dependencies
…st and its rule and related stuff 'n things
…ntationTest::testRule test for deprecated_field_widget_hooks_field_widget_form_alter and related stuff 'n things
…uleTest::testRuleDrupal8 and \mglaman\PHPStanDrupal\Tests\Rules\GetDeprecatedServiceRuleTest::testRuleDrupal9 and related stuff 'n things
…RuleTest::testRule and the rule and related stuff 'n things
…RuleTest::testRule and the rule and related stuff 'n things
…ectInterfaceConstantsRuleTest::testRule and the rule, \mglaman\PHPStanDrupal\Tests\Rules\SymfonyCmfRoutingInClassMethodSignatureRuleTest::testRule and the rule, and related stuff 'n things
This reverts commit c3da108.
Do we wanna keep |
Also, does CircleCI work with anything else but D9? Looking at If that's indeed the case, should we drop it entirely? |
We can kill CircleCI, it's a left over |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one thing I want to check
- mglaman\PHPStanDrupal\Rules\Drupal\Coder\DiscouragedFunctionsRule | ||
- mglaman\PHPStanDrupal\Rules\Drupal\GlobalDrupalDependencyInjectionRule | ||
- mglaman\PHPStanDrupal\Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule | ||
- mglaman\PHPStanDrupal\Rules\Deprecations\AccessDeprecatedConstant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this rule in case future constants are deprecated? Or does PHP now support reading comments from constants... I think it does, so this rule isn't needed. Worth double checking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's been out for a while https://x.com/markusstaab/status/1765984217937154473
Closes #760