Releases: mglaman/phpstan-drupal
Releases · mglaman/phpstan-drupal
2.0.3
1.3.5
2.0.2
What's Changed
- Remove phpstan-dev workflow by @mglaman in #830
- ClassReflection deprecation fix by @mglaman in #829
- Stricter check in RenderCallbackRule for $matches by @mglaman in #831
- Add more specific typehint for EntityStorageInterface::loadMultiple() by @Niklan in #827
- Require PHPStan 2.1 by @mglaman in #832
- Add type specifier for Drupal\Component\Assertion\Inspector by @Niklan in #826
- Add stub for \Drupal\Core\Field\FormatterInterface by @Niklan in #822
- Sync DrupalKernel synthetic services by @Niklan in #823
Full Changelog: 2.0.1...2.0.2
1.3.4
What's Changed
- Fix AccessCheckImpossibleTypeCallRuleTest rule setup by @mglaman in #833
- Add type specifier for Drupal\Component\Assertion\Inspector by @mglaman in #834
- Fix build integration tests by @mglaman in #836
- Sync DrupalKernel synthetic services by @Niklan in #823
- Add stub for \Drupal\Core\Field\FormatterInterface by @Niklan in #822
- Add more specific typehint for EntityStorageInterface::loadMultiple() by @Niklan in #827
Full Changelog: 1.3.3...1.3.4
1.3.3
2.0.1
2.0.0
What's Changed
- Improve error message for alterInfo in PluginManagerInspectionRule by @mglaman in #799
- Fix typo by @prudloff-insite in #804
- Update phpstan/phpstan related dependencies to ^2.0" by @Boegie in #805
- @phpstan ignore next line replacements by @Boegie in #809
- Drop d9 by @Boegie in #807
New Contributors
- @prudloff-insite made their first contribution in #804
Full Changelog: 1.3.1...2.0.0
1.3.2
What's Changed
- Improve error message for alterInfo in PluginManagerInspectionRule by @mglaman in #799
- Fix typo by @prudloff-insite in #804
New Contributors
- @prudloff-insite made their first contribution in #804
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
The drupal_root
parameter is now unused and deprecated; if you are using it, you may remove it from your phpstan.neon
. The web flow/drupal-finder
package has been updated to 1.3, removing the need for the drupal_root
parameter.
What's Changed
- Create LanguageInterface.stub by @mglaman in #793
- Create DrupalDateTime.stub by @mglaman in #794
- Upgrade to webflo/drupal-finder 1.3 by @webflo in #790
Internals 🔍
- Removed deprecated ParametersAcceptorSelector::selectSingle() by @mglaman in #796
- Fix CI for main branch by @webflo in #792
Full Changelog: 1.2.12...1.3.0