Closed (fixed)
Project:
Collapse Text
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2025 at 02:09 UTC
Updated:
22 Nov 2025 at 02:29 UTC
Jump to comment: Most recent
Latest build pipeline reports errors for the PHPCS validation job:
https://git.drupalcode.org/project/collapse_text/-/jobs/7201050
FILE: src/Plugin/Filter/CollapseText.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
153 | ERROR | String concat is not required here; use a single string instead
| | (Generic.Strings.UnnecessaryStringConcat.Found)
------------------------------------------------------------------------------------------------------------------------
Run build pipeline at:
https://git.drupalcode.org/project/collapse_text/-/pipelines/new
Fix reported error.
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
dydave commentedQuick follow-up on this issue:
Fixed
PHPCSvalidation error by removing unnecessary string concatenation.Create merge request MR !10 above at #2 and since all the jobs and tests came back green again 🟢, I went ahead and merged the changes at #3. 🥳
We should now be able to tag a new stable release, which should at least get all the jobs and tests passing. 👌
Marking issues as Fixed, for now.
Thanks in advance for your reviews and feedback! 😊