diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon index 84f03d6f10cea01ad9b9bac8902b6f79b6749397..36635274c7b58667349b8d470eed70581124257d 100644 --- a/Build/phpstan/phpstan-baseline.neon +++ b/Build/phpstan/phpstan-baseline.neon @@ -2711,12 +2711,7 @@ parameters: path: ../../typo3/sysext/impexp/Classes/ImportExport.php - - message: "#^Left side of && is always false\\.$#" - count: 2 - path: ../../typo3/sysext/impexp/Classes/ImportExport.php - - - - message: "#^Offset 'msg' on \\*NEVER\\* on left side of \\?\\? always exists and is always null\\.$#" + message: "#^Offset 'msg' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#" count: 2 path: ../../typo3/sysext/impexp/Classes/ImportExport.php diff --git a/composer.json b/composer.json index 6ec1ed34bc8d82dc41359956cabe8f159586dfe3..4d9a22f17b5dcf0b31c7f8481d805afc52b0b928 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,7 @@ "friendsofphp/php-cs-fixer": "^3.37.1", "friendsoftypo3/phpstan-typo3": "^0.9.0", "php-webdriver/webdriver": "^1.14.0", - "phpstan/phpstan": "^1.10.41", + "phpstan/phpstan": "^1.10.45", "phpstan/phpstan-phpunit": "^1.3.14", "phpunit/phpunit": "^10.4.0", "sokil/php-isocodes-db-i18n": "^4.0.13", diff --git a/composer.lock b/composer.lock index 4f0b3ae52a436df0a9435e9f883cb5a92b3eb010..5674b60a26e27e60bb577308a3121dfbc3a84993 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": "aec5e694d945275340a720bb71b12bf8", + "content-hash": "d0a63dd3824077fef3b4f13ea7de233f", "packages": [ { "name": "bacon/bacon-qr-code", @@ -6688,16 +6688,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.41", + "version": "1.10.45", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76" + "reference": "2f024fbb47432e2e62ad8a8032387aa2dd631c73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2f024fbb47432e2e62ad8a8032387aa2dd631c73", + "reference": "2f024fbb47432e2e62ad8a8032387aa2dd631c73", "shasum": "" }, "require": { @@ -6746,7 +6746,7 @@ "type": "tidelift" } ], - "time": "2023-11-05T12:57:57+00:00" + "time": "2023-11-27T14:15:06+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -9087,5 +9087,5 @@ "platform-overrides": { "php": "8.1.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }