| 1 | <?php |
||
| 24 | final class CursorState |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var array<int, mixed> |
||
| 28 | */ |
||
| 29 | private $state; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param array<int, mixed> $state |
||
| 33 | * |
||
| 34 | * @internal |
||
| 35 | */ |
||
| 36 | 1686 | public function __construct(array $state) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @internal |
||
| 43 | * |
||
| 44 | * @return array<int, mixed> |
||
|
|
|||
| 45 | */ |
||
| 46 | 1593 | public function toArray(): array |
|
| 50 | } |
||
| 51 |
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.