Skip to content

Commit c57fe20

Browse files
committed
update baseline
1 parent cfd70d8 commit c57fe20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpstan-baseline.neon

-6
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,6 @@ parameters:
411411
count: 1
412412
path: src/Reflection/SignatureMap/Php8SignatureMapProvider.php
413413

414-
-
415-
message: '#^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$#'
416-
identifier: phpstanApi.instanceofType
417-
count: 1
418-
path: src/Rules/Arrays/DuplicateKeysInLiteralArraysRule.php
419-
420414
-
421415
message: '#^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$#'
422416
identifier: phpstanApi.instanceofType

0 commit comments

Comments
 (0)