diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon index dcfc8f96219cfc7a70eb51e46ba8d0311a450768..05c8f3804e352c6c52ae51aa314b72f1b97336cc 100644 --- a/Build/phpstan/phpstan-baseline.neon +++ b/Build/phpstan/phpstan-baseline.neon @@ -540,6 +540,11 @@ parameters: count: 1 path: ../../typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php + - + message: "#^Parameter \\#2 \\$args of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int, array\\<int, mixed\\>\\> given\\.$#" + count: 1 + path: ../../typo3/sysext/core/Classes/Authentication/AuthenticationService.php + - message: "#^Offset 'access' on array on left side of \\?\\? always exists and is not nullable\\.$#" count: 1 diff --git a/composer.json b/composer.json index 1fb2222af3d7cb283b029abdcbfa5c954c61c4e0..c8cd605e44d5e7c0b41dc800706ccb1604c64a48 100644 --- a/composer.json +++ b/composer.json @@ -119,7 +119,7 @@ "php-webdriver/webdriver": "^1.12.0", "phpspec/prophecy": "^1.15.0", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^1.10.13", + "phpstan/phpstan": "^1.10.15", "phpstan/phpstan-phpunit": "^1.3.11", "phpunit/phpunit": "^9.6.1", "typo3/cms-styleguide": "~11.5.4", diff --git a/composer.lock b/composer.lock index fe822c8c20ab4f27095e326342080442bc6cdac4..7d36e2d0550745f3059190e08381a5406937de13 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9f7b57dd10a31c0accf5e0f23c27f529", + "content-hash": "2e34dffb88dd206a3f29e18d792830a6", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7170,16 +7170,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.13", + "version": "1.10.15", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70" + "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70", - "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd", + "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd", "shasum": "" }, "require": { @@ -7228,7 +7228,7 @@ "type": "tidelift" } ], - "time": "2023-04-12T19:29:52+00:00" + "time": "2023-05-09T15:28:01+00:00" }, { "name": "phpstan/phpstan-phpunit",