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
'Property AppendedArrayKey\Foo::$intArray (array<int, mixed>) does not accept array<int|string, mixed>.',
256
-
25,
256
+
28,
257
257
],
258
258
[
259
259
'Property AppendedArrayKey\Foo::$intArray (array<int, mixed>) does not accept array<int|string, mixed>.',
260
-
26,
260
+
30,
261
261
],
262
262
[
263
263
'Property AppendedArrayKey\Foo::$stringArray (array<string, mixed>) does not accept array<int|string, mixed>.',
264
-
27,
264
+
31,
265
265
],
266
266
[
267
267
'Property AppendedArrayKey\Foo::$stringArray (array<string, mixed>) does not accept array<int|string, mixed>.',
268
-
28,
268
+
33,
269
269
],
270
270
[
271
271
'Property AppendedArrayKey\Foo::$stringArray (array<string, mixed>) does not accept array<int|string, mixed>.',
272
-
33,
272
+
38,
273
273
],
274
274
[
275
-
'Property AppendedArrayKey\Foo::$stringArray (array<string, mixed>) does not accept array<int, false>.',
276
-
52,
275
+
'Property AppendedArrayKey\Foo::$stringArray (array<string, mixed>) does not accept array<int|string, mixed>.',
276
+
46,
277
277
],
278
278
[
279
279
'Property AppendedArrayKey\MorePreciseKey::$test (array<1|2|3, string>) does not accept non-empty-array<int, string>.',
280
-
86,
280
+
80,
281
281
],
282
282
[
283
283
'Property AppendedArrayKey\MorePreciseKey::$test (array<1|2|3, string>) does not accept non-empty-array<1|2|3|4, string>.',
284
-
91,
284
+
85,
285
285
],
286
286
]);
287
287
}
@@ -303,35 +303,35 @@ public function testAppendedArrayItemType(): void
303
303
[
304
304
[
305
305
'Property AppendedArrayItem\Foo::$integers (array<int>) does not accept array<int|string>.',
306
-
25,
306
+
18,
307
307
],
308
308
[
309
309
'Property AppendedArrayItem\Foo::$callables (array<callable(): mixed>) does not accept non-empty-array<array{1, 2, 3}|(callable(): mixed)>.',
310
-
26,
310
+
20,
311
311
],
312
312
[
313
313
'Property AppendedArrayItem\Foo::$callables (array<callable(): mixed>) does not accept non-empty-array<array{\'AppendedArrayItem\\\\Foo\', \'classMethod\'}|(callable(): mixed)>.',
314
-
31,
314
+
23,
315
315
],
316
316
[
317
317
'Property AppendedArrayItem\Foo::$callables (array<callable(): mixed>) does not accept non-empty-array<array{\'Foo\', \'Hello world\'}|(callable(): mixed)>.',
318
-
37,
318
+
25,
319
319
],
320
320
[
321
321
'Property AppendedArrayItem\Foo::$integers (array<int>) does not accept array<int|string>.',
322
-
39,
322
+
27,
323
323
],
324
324
[
325
325
'Property AppendedArrayItem\Foo::$integers (array<int>) does not accept array<int|string>.',
326
-
44,
326
+
32,
327
327
],
328
328
[
329
329
'Property AppendedArrayItem\Bar::$stringCallables (array<callable(): string>) does not accept non-empty-array<(callable(): string)|(Closure(): 1)>.',
330
-
57,
330
+
45,
331
331
],
332
332
[
333
333
'Property AppendedArrayItem\Baz::$staticProperty (array<AppendedArrayItem\Lorem>) does not accept array<AppendedArrayItem\Baz>.',
334
-
91,
334
+
79,
335
335
],
336
336
],
337
337
);
@@ -355,7 +355,7 @@ public function testBug6286(): void
0 commit comments