Problem/Motivation
Follow-up for #3268078: DBLogResource is no longer being tested.
In that issue we reinstated testing of the DBLogResource in 10.0.x-dev.
In doing so, we needed to re-add an error suppression for PHPStan here.
As pointed out correctly by @mondrake in #3268078-17: DBLogResource is no longer being tested, we really shouldn't be adding things to that file "manually", but rather fix them.
Let's do that in this issue.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3278052
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:
- 3278052-fix-added-corephpstan-baseline.neon
changes, plain diff MR !2204
Comments
Comment #2
spokjeComment #3
spokjeComment #5
spokjeComment #6
mondrakeThanks!
Comment #7
mondrakeComment #8
alexpottCommitted a2b684a and pushed to 10.0.x. Thanks!