File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 * OuterList::fromHttpValue(), InnerList::fromHttpValue() or Item::fromHttpValue() instead
2626 *
2727 * @phpstan-import-type SfType from StructuredField
28- * @phpstan-import-type SfItem from StructuredField
29- * @phpstan-import-type SfItemInput from StructuredField
3028 */
3129final class Parser
3230{
Original file line number Diff line number Diff line change 44
55namespace Bakame \Http \StructuredFields ;
66
7- use DateTimeInterface ;
87use Stringable ;
98
109/**
11- * @phpstan-type SfType ByteSequence|Token|DateTimeInterface|string|int|float|bool
10+ * @phpstan-type SfType ByteSequence|Token|\ DateTimeInterface|string|int|float|bool
1211 * @phpstan-type SfTypeInput StructuredField|SfType
1312 * @phpstan-type SfItem ValueAccess&ParameterAccess
1413 * @phpstan-type SfItemInput SfItem|SfTypeInput
You can’t perform that action at this time.
0 commit comments