Releases: mglaman/phpstan-drupal
Releases · mglaman/phpstan-drupal
0.11.14
- @goba added all deprecated constants for detection!
0.11.13
- Mark conflicts against phpstan:0.12.0 #95
- Make sure the service providers can be found with cold caches 70e18e8
- Discover deprecations on constants, based on hardcoded mappings.
0.11.12
Drupal 8.8 build test analysis support
0.11.10
Support phpstan/extension-installer, thanks @drupol!
0.11.9
- Fix double loading of files which broke upgrade_status
0.11.8
- Add compatibility for Drush 8.x version
- Remove conflicts against nette/di ^3.0 (#73)
0.11.7
Gracefully handle ContainerNotInitializedException errors or other errors when loading the following files for an extension:
.theme
, .module
, .profile
.install
.post_update.php
*.inc
0.11.6
- Entities: Allow FieldItemList access through magic __get/__set methods (#27)
- Drush functions autoloading (#65)
- Fix config level and fix DRUPAL_TEST_IN_CHILD_SITE constant