Skip to content

Commit

Permalink
Fix type definition of test Rule expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
gapple committed Feb 25, 2023
1 parent 563ec3a commit 822a5c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace gapple\Tests\StructuredFields;

// phpcs:disable Generic.Files.LineLength.TooLong
use gapple\StructuredFields\Dictionary;
use gapple\StructuredFields\Item;
use gapple\StructuredFields\OuterList;

class Rule
{
Expand All @@ -25,7 +27,7 @@ class Rule
public $raw;

/**
* @var null|array{mixed, array<string, mixed>}|array<array{mixed, array<string, mixed>}>|array<array{string, array{mixed, array<string, mixed>}}>
* @var null|Item|Dictionary|OuterList
* @readonly
*/
public $expected;
Expand Down

0 comments on commit 822a5c5

Please sign in to comment.