We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedf111 commit 50d697aCopy full SHA for 50d697a
composer.json
@@ -26,7 +26,7 @@
26
"phpstan/phpstan": "1.12.4",
27
"phpstan/phpstan-phpunit": "1.4.0",
28
"phpstan/phpstan-strict-rules": "1.6.1",
29
- "phpunit/phpunit": "^9.5 || ^10.5.21",
+ "phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
30
"psr/http-message": "^1 || ^2",
31
"react/http": "^1.6",
32
"react/promise": "^2.0 || ^3.0",
src/Utils/SchemaExtender.php
@@ -421,7 +421,6 @@ protected function extendImplementedInterfaces(ImplementingType $type): array
421
}
422
423
424
- // @phpstan-ignore-next-line will be caught in schema validation
425
return $interfaces;
426
427
0 commit comments