Skip to content

Commit 822a5c5

Browse files
committed
Fix type definition of test Rule expected value
1 parent 563ec3a commit 822a5c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Rule.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace gapple\Tests\StructuredFields;
44

5-
// phpcs:disable Generic.Files.LineLength.TooLong
5+
use gapple\StructuredFields\Dictionary;
6+
use gapple\StructuredFields\Item;
7+
use gapple\StructuredFields\OuterList;
68

79
class Rule
810
{
@@ -25,7 +27,7 @@ class Rule
2527
public $raw;
2628

2729
/**
28-
* @var null|array{mixed, array<string, mixed>}|array<array{mixed, array<string, mixed>}>|array<array{string, array{mixed, array<string, mixed>}}>
30+
* @var null|Item|Dictionary|OuterList
2931
* @readonly
3032
*/
3133
public $expected;

0 commit comments

Comments
 (0)