Skip to content

Commit 44f70c6

Browse files
chore(deps): update dependency phpstan/phpstan to v2.1.30 (#1773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d91f412 commit 44f70c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.29",
26+
"phpstan/phpstan": "2.1.30",
2727
"phpstan/phpstan-phpunit": "2.0.7",
2828
"phpstan/phpstan-strict-rules": "2.0.7",
2929
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",

phpstan-baseline.neon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: '#^Unable to resolve the template type TCloneable in call to method static method GraphQL\\Language\\AST\\Node\:\:cloneValue\(\)$#'
4+
message: '#^Unable to resolve the template type TCloneable in call to static method GraphQL\\Language\\AST\\Node\:\:cloneValue\(\)$#'
55
identifier: argument.templateType
66
count: 1
77
path: src/Language/AST/Node.php
@@ -31,7 +31,7 @@ parameters:
3131
path: src/Type/Definition/InterfaceType.php
3232

3333
-
34-
message: '#^Unable to resolve the template type T in call to method static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
34+
message: '#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
3535
identifier: argument.templateType
3636
count: 1
3737
path: src/Type/Definition/InterfaceType.php
@@ -43,7 +43,7 @@ parameters:
4343
path: src/Type/Definition/ObjectType.php
4444

4545
-
46-
message: '#^Unable to resolve the template type T in call to method static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
46+
message: '#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
4747
identifier: argument.templateType
4848
count: 1
4949
path: src/Type/Definition/ObjectType.php
@@ -61,7 +61,7 @@ parameters:
6161
path: src/Type/Definition/UnionType.php
6262

6363
-
64-
message: '#^Unable to resolve the template type T in call to method static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
64+
message: '#^Unable to resolve the template type T in call to static method GraphQL\\Type\\Schema\:\:resolveType\(\)$#'
6565
identifier: argument.templateType
6666
count: 1
6767
path: src/Type/Definition/UnionType.php

0 commit comments

Comments
 (0)