1 | <?php |
||
14 | final class Bits implements Value |
||
15 | { |
||
16 | private $value; |
||
17 | private $original; |
||
18 | |||
19 | 12 | public function __construct(bool $first, bool ...$bits) |
|
34 | |||
35 | 5 | public static function fromString(Str $string): Value |
|
60 | |||
61 | 5 | public static function cut(Str $string): Str |
|
65 | |||
66 | /** |
||
67 | * @return StreamInterface<bool> |
||
|
|||
68 | */ |
||
69 | 11 | public function original(): StreamInterface |
|
73 | |||
74 | 11 | public function __toString(): string |
|
78 | } |
||
79 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.