Skip to content

Commit 50d697a

Browse files
Allow PHPUnit 11
1 parent aedf111 commit 50d697a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpstan/phpstan": "1.12.4",
2727
"phpstan/phpstan-phpunit": "1.4.0",
2828
"phpstan/phpstan-strict-rules": "1.6.1",
29-
"phpunit/phpunit": "^9.5 || ^10.5.21",
29+
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
3030
"psr/http-message": "^1 || ^2",
3131
"react/http": "^1.6",
3232
"react/promise": "^2.0 || ^3.0",

src/Utils/SchemaExtender.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ protected function extendImplementedInterfaces(ImplementingType $type): array
421421
}
422422
}
423423

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

0 commit comments

Comments
 (0)