Problem/Motivation
GitLab pipeline has problems that should be fixed
Link to the pipeline with errors
https://git.drupalcode.org/project/menu_export/-/jobs/7039154
Issue fork menu_export-3589662
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 #3
o_timoshchuk commentedThe code style problems have been fixed.
https://git.drupalcode.org/project/menu_export/-/jobs/9849356
Comment #4
nitinkumar_7 commentedReviewed the MR !18 (both commits).
The changes are purely coding standards fixes — spacing, indentation, docblocks, trailing commas, `FALSE`/`TRUE` casing, and EOF newlines. The PHPCS pipeline job #9849356 passes with "There are no PHPCS coding standards errors or warnings".
This MR achieves the stated goal of the issue. Marking as Reviewed & Tested by the Community (RTBC).
Comment #6
o_timoshchuk commentedMerged, thanks @nitinkumar_7 for your assistance