Skip to content

Commit

Permalink
Fix ci (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jun 19, 2024
1 parent 3514eca commit df1b493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/Collection/AuditedCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df1b493

Please sign in to comment.