Skip to content

Commit 87030a3

Browse files
committed
fixup! Ignore negative keys on checking whether a ConstantArray is a list
1 parent 3c026f6 commit 87030a3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -933,13 +933,7 @@ parameters:
933933
-
934934
message: '#^PHPDoc tag @var with type float\|int is not subtype of native type int\.$#'
935935
identifier: varTag.nativeType
936-
count: 1
937-
path: src/Type/Constant/ConstantArrayTypeBuilder.php
938-
939-
-
940-
message: '#^PHPDoc tag @var with type float\|int is not subtype of native type int\<1, max\>\.$#'
941-
identifier: varTag.nativeType
942-
count: 1
936+
count: 2
943937
path: src/Type/Constant/ConstantArrayTypeBuilder.php
944938

945939
-

0 commit comments

Comments
 (0)