We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e6cf commit a17ae1dCopy full SHA for a17ae1d
src/StructuredField.php
@@ -7,7 +7,7 @@
7
use Stringable;
8
9
/**
10
- * @phpstan-type SfTypeInput ByteSequence|Token|\DateTimeInterface|\Stringable|string|int|float|bool
+ * @phpstan-type SfTypeInput Value|ByteSequence|Token|\DateTimeInterface|\Stringable|string|int|float|bool
11
* @phpstan-type SfItem ValueAccess&ParameterAccess
12
* @phpstan-type SfItemInput SfItem|SfTypeInput
13
* @phpstan-type SfMember (MemberList<int, SfItem>|ValueAccess)&ParameterAccess
0 commit comments