Releases: mglaman/drupal-check
Releases · mglaman/drupal-check
1.5.0
What's Changed
- Add "jangregor/phpstan-prophecy" dependency by @tyler36 in #283
- Adding all options from help output to the readme file. by @dan612 in #288
- Bump bluehorndigital/setup-drupal from 1.0.3 to 1.0.4 by @dependabot in #289
- Bump actions/checkout from 2 to 3 by @dependabot in #291
- Drupal 11 compatibility by @byrond in #309
New Contributors
- @tyler36 made their first contribution in #283
- @dan612 made their first contribution in #288
- @dependabot made their first contribution in #289
Full Changelog: 1.4.0...1.5.0
1.4.0
This forces PHPStan to run at configuration level 2.
What does this do?
- basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables
- possibly undefined variables, unknown magic methods and properties on classes with __call and __get
- unknown methods checked on all expressions (not just $this), validating PHPDocs
Basically, it ensures code is calling actual methods and properties. This is important as it ensures code is correctly analyzed for finding deprecations.
What's Changed
Full Changelog: 1.3.2...1.4.0