Problem/Motivation
We're trailing behind with phpstan/phpstan and mglaman/phpstan-drupal.
I'm sure this will be fixed at some point with the massive update issues when 10.3.0 will be released, but why miss out on all the new goodness that must be in there.
Steps to reproduce
Proposed resolution
- $ composer update phpstan/phpstan mglaman/phpstan-drupal -W
- $ vendor/bin/phpstan analyze --configuration=core/phpstan.neon.dist --generate-baseline core/.phpstan-baseline.php
- Bump version of phpstan/phpstan in composer.* to latest, since the newly created baseline won't pass on any lower version.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3428052
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3428052-bump-phpstanphpstan-and
changes, plain diff MR !7054
Comments
Comment #2
spokjeComment #4
spokjeFailure due to (already spotted) broken HEAD:#3428032: ManageGitIgnoreTest failing in HEAD
Comment #5
spokjeHEAD unbroken, rebased, all is well...
Comment #6
smustgrave commentedBump didn't seem to break anything, why not!
Comment #7
alexpottWe need to answer @mondrake's question.
Comment #8
spokjeDropped some lines as a response, let's see what @mondrake thinks about this.
Comment #9
spokjeComment #10
mondrakeComment #11
alexpottCommitted b01f7e3 and pushed to 11.x. Thanks!
Committed 28e8016 and pushed to 10.3.x. Thanks!