File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
use DateTimeInterface ;
9
9
10
10
/**
11
- * @phpstan-type StructuredField Dictionary|InnerList|Item|OuterList|Parameters
12
11
* @phpstan-type SfType Bytes|Token|DisplayString|DateTimeImmutable|string|int|float|bool
13
12
* @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
15
15
* @phpstan-type SfMemberInput iterable<SfItemInput>|SfItemInput
16
16
* @phpstan-type SfParameterInput iterable<array{0:string, 1?:SfItemInput}>
17
17
* @phpstan-type SfInnerListPair array{0:iterable<SfItemInput>, 1?:Parameters|SfParameterInput}
You can’t perform that action at this time.
0 commit comments