We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c026f6 commit 87030a3Copy full SHA for 87030a3
phpstan-baseline.neon
@@ -933,13 +933,7 @@ parameters:
933
-
934
message: '#^PHPDoc tag @var with type float\|int is not subtype of native type int\.$#'
935
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: 2
943
path: src/Type/Constant/ConstantArrayTypeBuilder.php
944
945
0 commit comments