Problem/Motivation
We should release 10.3.0-beta1 on the latest dependencies.
Steps to reproduce
$ composer outdated
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3447204
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:
Comments
Comment #4
longwaveComment #5
longwaveComment #6
longwaveComment #7
quietone commentedThe only question I have here is why are there comments added to the the phpstan baseline?
Comment #8
longwaveThese are "error identifiers", new in PHPStan 1.11: https://github.com/phpstan/phpstan/releases/tag/1.11.0
Comment #9
longwaveActually I guess I should bump the minimum version of PHPStan here.
Comment #10
longwaveComment #11
quietone commentedBut why are changes needed to the baseline? There were no errors before they were added.
Comment #12
longwaveThere were a couple of minor changes to the baseline where the error message has been corrected/improved:
This required regenerating the baseline, which now outputs the error identifiers; we should keep this in sync here otherwise we will only have to do it next time we need to regenerate the baseline because we add or remove a PHPStan-reported issue.
Comment #13
quietone commentedAs I went to bed last night I realized that I didn't run PHPStan on all files. Once I did, I get errors, including the one above. So, yes rebuilding the baseline makes sense.
Comment #15
alexpottCommitted 06881e8 and pushed to 10.3.x. Thanks!
Committed 24e0148 and pushed to 10.4.x. Thanks!