Problem/Motivation
There are some files that do not comply to coding standards
Steps to reproduce
Proposed resolution
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
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork name-3590956
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 #2
bluegeek9 commentedComment #3
bluegeek9 commentedComment #4
bluegeek9 commentedComment #7
bluegeek9 commented