Skip to content

Commit

Permalink
Allow multiple PHPUnit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Sep 26, 2024
1 parent 6dbff37 commit bdfef9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"phpstan/phpstan": "1.12.4",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpunit/phpunit": "^11.0.0",
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
"psr/http-message": "^1 || ^2",
"react/http": "^1.6",
"react/promise": "^2.0 || ^3.0",
Expand Down
1 change: 0 additions & 1 deletion src/Utils/SchemaExtender.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ protected function extendImplementedInterfaces(ImplementingType $type): array
}
}

// @phpstan-ignore-next-line will be caught in schema validation
return $interfaces;
}

Expand Down

0 comments on commit bdfef9b

Please sign in to comment.