Skip to content

Commit d6a2e66

Browse files
authored
chore(deps): update dependency phpstan/phpstan to v2.1.27 (#1765)
1 parent a1105b6 commit d6a2e66

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.26",
26+
"phpstan/phpstan": "^2.1",
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-
* Tmp disable @param Type&NamedType $type https://github.com/phpstan/phpstan/issues/13534.
207+
* @param Type&NamedType $type
208208
*
209209
* @return array<TypeExtensionNode>|null
210210
*/

0 commit comments

Comments
 (0)