Closed (fixed)
Project:
Poll
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 May 2017 at 11:01 UTC
Updated:
21 Feb 2024 at 16:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
megachrizSee also #3089551: Code sniffer code style fixes for more coding standard fixes.
Comment #4
urvashi_vora commentedHi,
I am looking after this
Comment #5
urvashi_vora commentedHi,
Please review this patch.
Thanks
Comment #7
bhupesh_upadhyay commentedI'm working on this issue.
Comment #8
bhupesh_upadhyay commentedI have fixed some coding standards, kindly review it.
Comment #10
alexanderj commentedHi, i will work on this.
Comment #11
alexanderj commentedI made a reroll, as I read in the description, the goal is to apply the use of short array syntax, but I noticed that corrections are made to the default encoding that are already delegated in another issue, which is already linked to this task, so I kept "only" the modifications to use the short array syntax.
If there are some points to change, please comment so I can make the change or if the changes I made are not the correct way, please comment too.
Please review.
Comment #12
pflora commentedI agree with #11, in the sense that we need to make the scope of this issue pretty clear and adhere to it so that the maintainers can more easily review the changes if this is to be committed.
I've tested the most recent patch and it applies to a fresh drupal 9.4.7 installation. All tests are passing, and i've found no changes in the module behaviour.
Since all CS short array issues were corrected, i'm moving this to RTBC.
Comment #13
bramdriesenI'm planning to incorporate this ticket into #3417969: Adopt GitLab CI template so we can fix all those things in one single merge request.
Updating issue credits, not giving credits for simply applying PHPCBF.
Comment #14
bramdriesenComment #15
bramdriesenI can also confirm there are no more occurrences of "Drupal.Arrays.DisallowLongArraySyntax.Found" in the latest CI run: https://git.drupalcode.org/project/poll/-/jobs/714963
So the RTBC is justified.
Comment #16
bramdriesenComment #17
bramdriesen