Skip to content

Commit a1105b6

Browse files
chore(deps): update dependency phpstan/phpstan to v2.1.26 (#1764)
* chore(deps): update dependency phpstan/phpstan to v2.1.26 * Prevent crash phpstan/phpstan#13534 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Podlipsky <[email protected]>
1 parent 065eef4 commit a1105b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nyholm/psr7": "^1.5",
2424
"phpbench/phpbench": "^1.2",
2525
"phpstan/extension-installer": "^1.1",
26-
"phpstan/phpstan": "2.1.25",
26+
"phpstan/phpstan": "2.1.26",
2727
"phpstan/phpstan-phpunit": "2.0.7",
2828
"phpstan/phpstan-strict-rules": "2.0.6",
2929
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",

src/Utils/SchemaExtender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function (string $typeName) use ($schema): Type {
204204
}
205205

206206
/**
207-
* @param Type&NamedType $type
207+
* Tmp disable @param Type&NamedType $type https://github.com/phpstan/phpstan/issues/13534.
208208
*
209209
* @return array<TypeExtensionNode>|null
210210
*/

0 commit comments

Comments
 (0)