diff options
| author | 2025-09-22 22:02:59 +0200 | |
|---|---|---|
| committer | 2025-09-22 22:02:59 +0200 | |
| commit | 833007f5860deae232bacf321d268124123d6749 (patch) | |
| tree | be6e18023f5e127545ab8cc1ef743a3a7e0c12ae /tests/app | |
| parent | aadbdabd8329d7dec43f71e15e3433fa8fe5e4d4 (diff) | |
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
Diffstat (limited to 'tests/app')
| -rw-r--r-- | tests/app/Models/UserQueryTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/app/Models/UserQueryTest.php b/tests/app/Models/UserQueryTest.php index 3017f7897..6f5f7da16 100644 --- a/tests/app/Models/UserQueryTest.php +++ b/tests/app/Models/UserQueryTest.php @@ -2,6 +2,7 @@ declare(strict_types=1); use PHPUnit\Framework\TestCase; + /** * Description of UserQueryTest */ |
