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

Command icon 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

pilot3 created an issue. See original summary.

pilot3’s picture

Title: Fix phpcs errors from gitlab ci » Fix phpstan errors from gitlab ci

pilot3’s picture

Status: Active » Needs review
raywalters’s picture

Reviewed and can verify that this passes phpstan testing in the pipeline.

raywalters’s picture

Status: Needs review » Reviewed & tested by the community
anybody’s picture

Status: Reviewed & tested by the community » Needs work