Closed (fixed)
Project:
Menu Import and Export
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 May 2026 at 05:48 UTC
Updated:
10 Jun 2026 at 12:30 UTC
Jump to comment: Most recent
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