Skip to content

Commit 4213c24

Browse files
committed
Fix build
1 parent 30b9eb8 commit 4213c24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan-baseline.neon

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Doing instanceof PHPStan\\\\Type\\\\Constant\\\\ConstantStringType is error\\-prone and deprecated\\. Use Type\\:\\:getConstantStrings\\(\\) instead\\.$#"
5+
count: 1
6+
path: build/PHPStan/Build/ContainerDynamicReturnTypeExtension.php
7+
38
-
49
message: "#^Method PHPStan\\\\Analyser\\\\AnalyserResultFinalizer\\:\\:finalize\\(\\) throws checked exception Throwable but it's missing from the PHPDoc @throws tag\\.$#"
510
count: 1
@@ -159,11 +164,6 @@ parameters:
159164
count: 1
160165
path: src/Diagnose/PHPStanDiagnoseExtension.php
161166

162-
-
163-
message: "#^Doing instanceof PHPStan\\\\Type\\\\Constant\\\\ConstantStringType is error\\-prone and deprecated\\. Use Type\\:\\:getConstantStrings\\(\\) instead\\.$#"
164-
count: 1
165-
path: build/PHPStan/Build/ContainerDynamicReturnTypeExtension.php
166-
167167
-
168168
message: "#^Variable method call on PHPStan\\\\Reflection\\\\ClassReflection\\.$#"
169169
count: 2

0 commit comments

Comments
 (0)