Closed (fixed)
Project:
Name Field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 May 2026 at 19:41 UTC
Updated:
12 Jun 2026 at 13:30 UTC
Jump to comment: Most recent
There are some files that do not comply to coding standards
Replace $i++; and $i--; with $i += 1; and $i -= 1;
Replace all && and || in if() with a $variable
Replace all functions inside a foreach(): not foreach(array_keys($array)) but foreach($array_keys)
Add `declare(strict_types=1);` to any php file missing it
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 #2
bluegeek9 commentedComment #3
bluegeek9 commentedComment #4
bluegeek9 commentedComment #7
bluegeek9 commented