Skip to content

Commit 0626102

Browse files
committed
update type alias definition
1 parent 12f99c3 commit 0626102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StructuredFieldProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
use DateTimeInterface;
99

1010
/**
11-
* @phpstan-type StructuredField Dictionary|InnerList|Item|OuterList|Parameters
1211
* @phpstan-type SfType Bytes|Token|DisplayString|DateTimeImmutable|string|int|float|bool
1312
* @phpstan-type SfTypeInput SfType|DateTimeInterface
14-
* @phpstan-type SfItemInput Item|SfTypeInput|StructuredFieldProvider|StructuredField
13+
* @phpstan-type SfDataTyoe Dictionary|InnerList|Item|OuterList|Parameters
14+
* @phpstan-type SfItemInput SfTypeInput|SfDataTyoe|StructuredFieldProvider
1515
* @phpstan-type SfMemberInput iterable<SfItemInput>|SfItemInput
1616
* @phpstan-type SfParameterInput iterable<array{0:string, 1?:SfItemInput}>
1717
* @phpstan-type SfInnerListPair array{0:iterable<SfItemInput>, 1?:Parameters|SfParameterInput}

0 commit comments

Comments
 (0)