Upgrade to PHP_CodeSniffer 4 (#7993)

https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Version-4.0-User-Upgrade-Guide
A couple of rules have changed name. Exclusion paths have slightly changed behaviour.
Main change is that it was unhappy with our i18n header comments, so minor edit there, since that rule kind of makes sense the rest of the time
This commit is contained in:
Alexandre Alapetite
2025-09-22 22:02:59 +02:00
committed by GitHub
parent aadbdabd83
commit 833007f586
249 changed files with 2230 additions and 2233 deletions

View File

@@ -2,6 +2,7 @@
declare(strict_types=1);
use PHPUnit\Framework\TestCase;
/**
* Description of UserQueryTest
*/