From 5076fb989e3c21c6b52dbbeb48a834bfa5c29339 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 19 Jun 2024 10:58:03 +0200 Subject: [PATCH] Fix ci --- composer.json | 2 +- src/Collection/AuditedCollection.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 67a2a5a8..1326f5c5 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^9.5.13", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", - "rector/rector": "^0.19", + "rector/rector": "^1.1", "symfony/browser-kit": "^5.4 || ^6.2 || ^7.0", "symfony/cache": "^5.4 || ^6.2 || ^7.0", "symfony/filesystem": "^5.4 || ^6.2 || ^7.0", diff --git a/src/Collection/AuditedCollection.php b/src/Collection/AuditedCollection.php index f5d8749a..8b998698 100644 --- a/src/Collection/AuditedCollection.php +++ b/src/Collection/AuditedCollection.php @@ -81,8 +81,6 @@ public function __construct( /** * @return void - * - * @phpstan-ignore-next-line https://github.com/phpstan/phpstan-doctrine/pull/560 */ #[\ReturnTypeWillChange] public function add(mixed $element)