Problem/Motivation
Phpstan failed on the gitlab ci
Steps to reproduce
View the test report:
https://git.drupalcode.org/project/views_linkarea/-/pipelines
Proposed resolution
Add phpstan.neon file instructing PHPStan to ignore this pattern, as it is a core Drupal practice.
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork views_linkarea-3409573
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 #2
pilot3 commentedComment #4
pilot3 commentedComment #5
raywalters commentedReviewed and can verify that this passes phpstan testing in the pipeline.
Comment #6
raywalters commentedComment #7
anybody