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 065eef4 commit a1105b6Copy full SHA for a1105b6
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.25",
+ "phpstan/phpstan": "2.1.26",
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
- * @param Type&NamedType $type
+ * Tmp disable @param Type&NamedType $type https://github.com/phpstan/phpstan/issues/13534.
208
*
209
* @return array<TypeExtensionNode>|null
210
*/
0 commit comments