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 a1105b6 commit d6a2e66Copy full SHA for d6a2e66
composer.json
@@ -23,7 +23,7 @@
23
"nyholm/psr7": "^1.5",
24
"phpbench/phpbench": "^1.2",
25
"phpstan/extension-installer": "^1.1",
26
- "phpstan/phpstan": "2.1.26",
+ "phpstan/phpstan": "^2.1",
27
"phpstan/phpstan-phpunit": "2.0.7",
28
"phpstan/phpstan-strict-rules": "2.0.6",
29
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",
src/Utils/SchemaExtender.php
@@ -204,7 +204,7 @@ function (string $typeName) use ($schema): Type {
204
}
205
206
/**
207
- * Tmp disable @param Type&NamedType $type https://github.com/phpstan/phpstan/issues/13534.
+ * @param Type&NamedType $type
208
*
209
* @return array<TypeExtensionNode>|null
210
*/
0 commit comments