chore: Bump phpstan version

And fix the issue found by the new version. $uri === '' was always false
at that point.

Signed-off-by: Carl Schwan <carlschwan@kde.org>
This commit is contained in:
Carl Schwan 2026-07-15 10:41:59 +02:00
commit 76d787ac73
No known key found for this signature in database
GPG key ID: 02325448204E452A
2 changed files with 3 additions and 6 deletions

View file

@ -15,7 +15,7 @@
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.0",
"friendsofphp/php-cs-fixer": "^2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan": "^2.2",
"psalm/phar": "^4.3",
"phpunit/phpunit": "^8"
},