Skip to content

Commit 6f3d9b7

Browse files
committed
Fix build
1 parent 633cccd commit 6f3d9b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ parameters:
2525
count: 1
2626
path: src/Stubs/Doctrine/StubFilesExtensionLoader.php
2727

28+
-
29+
message: "#^Doing instanceof PHPStan\\\\Type\\\\UnionType is error\\-prone and deprecated\\.$#"
30+
count: 2
31+
path: src/Type/Doctrine/DoctrineTypeUtils.php
32+
2833
-
2934
message: "#^Accessing PHPStan\\\\Rules\\\\DeadCode\\\\UnusedPrivatePropertyRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
3035
count: 1

0 commit comments

Comments
 (0)