Skip to content
Snippets Groups Projects
Commit 4906cb17 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Apply php-cs-fixer across all php files

php-cs-fixer rules have been changed and only
partially applied yet, also with the recently
merged php-cs-fixer raise and mitigation of a
deprecated rule in #101888. That patch should
have used the `-s cgl` instead of `-s cglGit`
which only scans within php files included in
the very same commit - not applying it across
all files.

This change mitigates this by executing the
php-cs-fixer against all files.

Used command(s):

> Build/Scripts/runTests.sh -s cgl

Resolves: #101889
Related: #101888
Releases: main
Change-Id: Ibbda9de9b977d04f35dec11d9986ca9557ce3316
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80935


Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Wand <wand@itaw.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarOliver Wand <wand@itaw.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 25f428bc
Branches
Tags
Showing
with 41 additions and 41 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment