Skip to content

Releases: mglaman/phpstan-drupal

0.12.0

17 Dec 03:21
39a7947
Compare
Choose a tag to compare

phpstan:^0.12.0 support

0.11.14

10 Dec 22:40
3458665
Compare
Choose a tag to compare
  • @goba added all deprecated constants for detection!

0.11.13

09 Dec 19:28
1d73e1a
Compare
Choose a tag to compare
  • 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

28 Oct 17:10
684401f
Compare
Choose a tag to compare

Drupal 8.8 build test analysis support

0.11.11

22 Oct 13:25
c77b8de
Compare
Choose a tag to compare

Drupal 8.8 support

0.11.10

09 Jul 20:21
decb05d
Compare
Choose a tag to compare

Support phpstan/extension-installer, thanks @drupol!

0.11.9

13 Jun 17:49
c599d44
Compare
Choose a tag to compare
  • Fix double loading of files which broke upgrade_status

0.11.8

29 May 14:47
9ae027f
Compare
Choose a tag to compare
  • Add compatibility for Drush 8.x version
  • Remove conflicts against nette/di ^3.0 (#73)

0.11.7

08 May 20:40
5188efc
Compare
Choose a tag to compare

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

03 May 14:53
ebf69ca
Compare
Choose a tag to compare
  • 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