Skip to content

Commit a159a52

Browse files
Update baseline
1 parent 649d831 commit a159a52

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,11 +1040,6 @@ parameters:
10401040
count: 3
10411041
path: src/Type/Generic/TemplateIntersectionType.php
10421042

1043-
-
1044-
message: "#^Instanceof between PHPStan\\\\Type\\\\Type and PHPStan\\\\Type\\\\IntersectionType will always evaluate to false\\.$#"
1045-
count: 2
1046-
path: src/Type/Generic/TemplateIntersectionType.php
1047-
10481043
-
10491044
message: "#^Doing instanceof PHPStan\\\\Type\\\\IntersectionType is error\\-prone and deprecated\\.$#"
10501045
count: 3
@@ -1145,11 +1140,6 @@ parameters:
11451140
count: 3
11461141
path: src/Type/Generic/TemplateUnionType.php
11471142

1148-
-
1149-
message: "#^Instanceof between PHPStan\\\\Type\\\\Type and PHPStan\\\\Type\\\\UnionType will always evaluate to false\\.$#"
1150-
count: 2
1151-
path: src/Type/Generic/TemplateUnionType.php
1152-
11531143
-
11541144
message: "#^Doing instanceof PHPStan\\\\Type\\\\ConstantScalarType is error\\-prone and deprecated\\. Use Type\\:\\:isConstantScalarValue\\(\\) or Type\\:\\:getConstantScalarTypes\\(\\) or Type\\:\\:getConstantScalarValues\\(\\) instead\\.$#"
11551145
count: 1

0 commit comments

Comments
 (0)