Closed (fixed)
Project:
Menu Admin per Menu
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2022 at 16:27 UTC
Updated:
15 Sep 2022 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kimberlly_amaral commentedI'll review that.
Comment #3
kimberlly_amaral commentedI applied the patch and tested the changes. I found no errors.
Comment #4
jeroentPatch no longer applies.
Comment #5
fengtanThanks -- rerolled.
Comment #7
damiaosj commentedHi! Reviewing it!
Comment #9
damiaosj commentedPatch reviewed and it's all fine. There's other PHPCS warnings, but I think that should be worked on other issue.
I've also created another branch with the patch applied and opened a MR.
Changing the issue to RTBC :) .
Comment #10
jeroentAbout the list($menu) vs [$menu], this was reverted in #3159649: version 8.x-1.3 get unexpected error because this gives errors in PHP 7.0.
But since we dropped support for Drupal 8 and only support 9 and 10, the minimum PHP version is 7.3 So I guess it's ok to replace this now.
Comment #11
jeroentComment #13
jeroentMerged to 8.x-1.x. Thanks!