Closed (fixed)
Project:
Conditional Fields
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2026 at 02:38 UTC
Updated:
30 Aug 2026 at 06:20 UTC
Jump to comment: Most recent
The phpcs job is not allow_failure, so the pipeline is red on 44 errors, all Generic.Strings.UnnecessaryStringConcat.Found ("String concat is not required here; use a single string instead"):
allow_failure: true), with a note that the possibly-undefined-variable ones look like real control-flow gaps rather than baseline fodder.Fix the errors rather than baseline them. Get phpcs to zero so the pipeline is green, then clear the PHPStan errors and trim phpstan-baseline.neon to match.
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
joelpittetAll sorted, merged.