Skip to content

Commit a17ae1d

Browse files
committed
fix phpstan-type definition
1 parent 593e6cf commit a17ae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StructuredField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Stringable;
88

99
/**
10-
* @phpstan-type SfTypeInput ByteSequence|Token|\DateTimeInterface|\Stringable|string|int|float|bool
10+
* @phpstan-type SfTypeInput Value|ByteSequence|Token|\DateTimeInterface|\Stringable|string|int|float|bool
1111
* @phpstan-type SfItem ValueAccess&ParameterAccess
1212
* @phpstan-type SfItemInput SfItem|SfTypeInput
1313
* @phpstan-type SfMember (MemberList<int, SfItem>|ValueAccess)&ParameterAccess

0 commit comments

Comments
 (0)