Skip to content

Commit 0c81f4f

Browse files
committed
Fix build
1 parent 2679cb2 commit 0c81f4f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

phpstan-baseline.neon

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ parameters:
245245
path: src/PhpDoc/Tag/VarTag.php
246246

247247
-
248-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
248+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
249249
count: 1
250250
path: src/PhpDoc/TypeNodeResolver.php
251251

@@ -589,7 +589,7 @@ parameters:
589589
path: src/Rules/LazyRegistry.php
590590

591591
-
592-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
592+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
593593
count: 1
594594
path: src/Rules/Methods/MethodParameterComparisonHelper.php
595595

@@ -649,7 +649,7 @@ parameters:
649649
path: src/Type/Accessory/HasOffsetValueType.php
650650

651651
-
652-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
652+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
653653
count: 3
654654
path: src/Type/ArrayType.php
655655

@@ -679,7 +679,7 @@ parameters:
679679
path: src/Type/CallableType.php
680680

681681
-
682-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
682+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
683683
count: 1
684684
path: src/Type/Constant/ConstantArrayType.php
685685

@@ -799,7 +799,7 @@ parameters:
799799
path: src/Type/Generic/TemplateIntersectionType.php
800800

801801
-
802-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
802+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
803803
count: 1
804804
path: src/Type/Generic/TemplateTypeFactory.php
805805

@@ -1108,7 +1108,7 @@ parameters:
11081108
path: src/Type/TypeCombinator.php
11091109

11101110
-
1111-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
1111+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
11121112
count: 5
11131113
path: src/Type/TypeCombinator.php
11141114

@@ -1163,7 +1163,7 @@ parameters:
11631163
path: src/Type/TypeCombinator.php
11641164

11651165
-
1166-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
1166+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
11671167
count: 3
11681168
path: src/Type/TypeUtils.php
11691169

@@ -1178,7 +1178,7 @@ parameters:
11781178
path: src/Type/TypeUtils.php
11791179

11801180
-
1181-
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:getArrays\\(\\) instead\\.$#"
1181+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ArrayType is error\\-prone and deprecated\\. Use Type\\:\\:isArray\\(\\) or Type\\:\\:getArrays\\(\\) instead\\.$#"
11821182
count: 3
11831183
path: src/Type/TypehintHelper.php
11841184

0 commit comments

Comments
 (0)