Releases: mglaman/phpstan-drupal
Releases · mglaman/phpstan-drupal
1.1.22
What's Changed
- add support for class string service ids by @laytan in #434
- Test #lazy_builder and static::class concat for callback by @mglaman in #426
- fix composer allow-plugins in CI by @mglaman in #444
- Allow static::class . '::methodName' concatenation in lazy builders. by @longwave in #436
- Add SymfonyCmfRouteObjectInterfaceConstantsRule by @mglaman in #445
- Forward compatibility shim added for Symfony 5 RequestStack rule by @mglaman in #446
New Contributors
Full Changelog: 1.1.21...1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
What's Changed
- Add stubs for ContentEntityInterface and FieldableEntityInterface by @mglaman in #413
- Remove drupal-phpunit-hack.php by @mglaman in #415
- Allow \Drupal calls in StreamWrapperInterface by @mglaman in #416
- Update README.md by @webflo in #405
- do not use DIRECTORY_SEPARATOR in error messages by @mglaman in #417
New Contributors
Full Changelog: 1.1.17...1.1.18
1.1.17
1.1.16
1.1.15
1.1.14
What's Changed
- Move getQuery method return type to own extension by @mglaman in #372
- Entity storage with type hint prevent inferring entity query execute return type by @brambaud in #355
- Update PHPUnit config and workflow by @mglaman in #373
- Register stub files automatically by @mglaman in #374
- Move Rules to
rules
out ofservices
by @mglaman in #375
Full Changelog: 1.1.13...1.1.14