You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,12 @@ parameters:
102
102
count:1
103
103
path:examples/intervention-image.php
104
104
105
+
-
106
+
rawMessage:'Function parseHexValue() return type has no value type specified in iterable type array.'
107
+
identifier:missingType.iterableValue
108
+
count:1
109
+
path:examples/qrcode-interactive.php
110
+
105
111
-
106
112
rawMessage:'Method RandomDotsSVGOutput::collectModules() should return array<int, mixed> but returns array<int|string, list<string>>.'
107
113
identifier:return.type
@@ -234,24 +240,12 @@ parameters:
234
240
count:1
235
241
path:src/QRCode.php
236
242
237
-
-
238
-
rawMessage:'Method chillerlan\QRCodeTest\Common\MaskPatternTest::assertMask() has parameter $expected with no value type specified in iterable type array.'
239
-
identifier:missingType.iterableValue
240
-
count:1
241
-
path:tests/Common/MaskPatternTest.php
242
-
243
243
-
244
244
rawMessage:'Method chillerlan\QRCodeTest\Common\MaskPatternTest::maskPatternProvider() return type has no value type specified in iterable type array.'
245
245
identifier:missingType.iterableValue
246
246
count:1
247
247
path:tests/Common/MaskPatternTest.php
248
248
249
-
-
250
-
rawMessage:'Method chillerlan\QRCodeTest\Common\MaskPatternTest::testMask() has parameter $expected with no value type specified in iterable type array.'
0 commit comments