Skip to content

Releases: mglaman/phpstan-drupal

1.3.3

23 Jan 15:22
2a30d8d
Compare
Choose a tag to compare

What's Changed

  • Add support for shorthand service definition syntax by @mglaman in #819

Full Changelog: 1.3.2...1.3.3

2.0.1

23 Jan 15:22
d30fbd7
Compare
Choose a tag to compare

What's Changed

  • Add support for shorthand service definition syntax by @Niklan in #817

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

11 Dec 16:08
6fab291
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...2.0.0

1.3.2

11 Dec 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

27 Sep 08:55
2bc25a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

27 Sep 07:53
9aae875
Compare
Choose a tag to compare

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

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

1.2.12

07 Aug 21:19
346bddd
Compare
Choose a tag to compare

New bleeding edge toggles for checking deprecated hooks:

Use the following to check your code for usage of deprecated hooks in Drupal core

parameters:
	drupal:
		bleedingEdge:
			checkCoreDeprecatedHooksInApiFiles: true
			checkContribDeprecatedHooksInApiFiles: false

Use the following to also check for usage of deprecated hooks in contributed modules (may break if they have malformed .api.php files)

parameters:
	drupal:
		bleedingEdge:
			checkCoreDeprecatedHooksInApiFiles: true
			checkContribDeprecatedHooksInApiFiles: true

The previous toggle checkDeprecatedHooksInApiFiles is deprecated.

What's Changed

Internals 🔍

New Contributors

Full Changelog: 1.2.11...1.2.12

1.2.11

10 May 17:23
e624a4b
Compare
Choose a tag to compare

What's Changed

Internals 🔍

  • Accept deprecations from webflo/drupal-finder 1.3 by @mglaman in #758
  • Allow Drush 13 for testing Drupal 11 by @mglaman in #759
  • Allow PHPUnit 10, 11 for Drupal 11 testing by @mglaman in #761

Full Changelog: 1.2.10...1.2.11

1.2.10

02 Apr 17:28
cdafb32
Compare
Choose a tag to compare

What's Changed

Internals 🔍

Full Changelog: 1.2.9...1.2.10

1.2.9

22 Mar 20:13
2062852
Compare
Choose a tag to compare

What's Changed

  • Add EntityRepositoryInterface return type extension by @mglaman in #739

Internals 🔍

Full Changelog: 1.2.8...1.2.9