File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 25
25
* OuterList::fromHttpValue(), InnerList::fromHttpValue() or Item::fromHttpValue() instead
26
26
*
27
27
* @phpstan-import-type SfType from StructuredField
28
- * @phpstan-import-type SfItem from StructuredField
29
- * @phpstan-import-type SfItemInput from StructuredField
30
28
*/
31
29
final class Parser
32
30
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Bakame \Http \StructuredFields ;
6
6
7
- use DateTimeInterface ;
8
7
use Stringable ;
9
8
10
9
/**
11
- * @phpstan-type SfType ByteSequence|Token|DateTimeInterface|string|int|float|bool
10
+ * @phpstan-type SfType ByteSequence|Token|\ DateTimeInterface|string|int|float|bool
12
11
* @phpstan-type SfTypeInput StructuredField|SfType
13
12
* @phpstan-type SfItem ValueAccess&ParameterAccess
14
13
* @phpstan-type SfItemInput SfItem|SfTypeInput
You can’t perform that action at this time.
0 commit comments