Skip to content

Commit fe1344e

Browse files
committed
Update docblock
1 parent f98e547 commit fe1344e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @see InnerList::fromHttpValue()
3030
* @see Item::fromHttpValue()
3131
*
32-
* @internal Dd mo use directly this class as it's behaviour and return type
32+
* @internal Do not use directly this class as it's behaviour and return type
3333
* MAY change significantly even during a major release cycle.
3434
*
3535
* @phpstan-import-type SfType from StructuredField

src/StructuredField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @phpstan-type SfTypeInput SfType|\DateTimeInterface
1313
* @phpstan-type SfItem ValueAccess&ParameterAccess
1414
* @phpstan-type SfItemInput SfItem|SfTypeInput|StructuredFieldProvider|StructuredField
15-
* @phpstan-type SfMember (MemberList<int, SfItem>|ValueAccess)&ParameterAccess
15+
* @phpstan-type SfMember (MemberList<int, SfItem>&ParameterAccess)|(ValueAccess&ParameterAccess)
1616
* @phpstan-type SfMemberInput iterable<SfItemInput>|SfItemInput
1717
* @phpstan-type SfInnerListPair array{0:iterable<SfItemInput>, 1:MemberOrderedMap<string, SfItem>|iterable<array{0:string, 1:SfItemInput}>}
1818
* @phpstan-type SfItemPair array{0:ByteSequence|Token|DisplayString|DisplayString|DateTimeInterface|string|int|float|bool, 1:MemberOrderedMap<string, SfItem>|iterable<array{0:string, 1:SfItemInput}>}

0 commit comments

Comments
 (0)