diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon index 04bef654ad7f9c23764e0eab6e7588e978945003..14df9872d40203c366495916520016f2a9c8e6cf 100644 --- a/Build/phpstan/phpstan-baseline.neon +++ b/Build/phpstan/phpstan-baseline.neon @@ -5210,21 +5210,11 @@ parameters: count: 1 path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php - - - message: "#^Result of && is always false\\.$#" - count: 1 - path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php - - message: "#^Strict comparison using \\=\\=\\= between non\\-falsy\\-string and '' will always evaluate to false\\.$#" count: 1 path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php - - - message: "#^Strict comparison using \\=\\=\\= between non\\-falsy\\-string and '0' will always evaluate to false\\.$#" - count: 1 - path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php - - message: "#^Parameter \\#1 \\$id of method TYPO3\\\\CMS\\\\Scheduler\\\\Task\\\\AbstractTask\\:\\:setTaskUid\\(\\) expects int, string given\\.$#" count: 1 diff --git a/composer.json b/composer.json index a30ac926b79b13c8c98840d33c1e898c25971402..9405720f49e4e46684d6e29ab84273ccf75f9945 100644 --- a/composer.json +++ b/composer.json @@ -117,7 +117,7 @@ "php-webdriver/webdriver": "^1.12.0", "phpspec/prophecy": "^1.15.0", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^1.8.8", + "phpstan/phpstan": "^1.8.9", "phpstan/phpstan-phpunit": "^1.1.1", "phpunit/phpunit": "^9.5.21", "typo3/cms-styleguide": "~11.5.4", diff --git a/composer.lock b/composer.lock index 986d7a16c447c1cd55f96774f1395d68680c6c50..f3de58521bd2506de338036d7ac7d433dfc29a69 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": "d006be59871e90bb25eaad09d3586079", + "content-hash": "68d3dbe0a93300ec555342daa2e7ec64", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7095,16 +7095,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.8.8", + "version": "1.8.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07" + "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07", - "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", + "reference": "3a72d9d9f2528fbd50c2d8fcf155fd9f74ade3f2", "shasum": "" }, "require": { @@ -7134,7 +7134,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.8.8" + "source": "https://github.com/phpstan/phpstan/tree/1.8.9" }, "funding": [ { @@ -7150,7 +7150,7 @@ "type": "tidelift" } ], - "time": "2022-10-06T12:51:57+00:00" + "time": "2022-10-13T13:40:18+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -9181,5 +9181,5 @@ "platform-overrides": { "php": "7.4.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" }