| 1 | <?php |
||
| 19 | final class AttributesInline extends AbstractInline |
||
| 20 | { |
||
| 21 | /** @var array<string, mixed> */ |
||
| 22 | public $attributes; |
||
| 23 | |||
| 24 | /** @var bool */ |
||
| 25 | public $block; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param array<string, mixed> $attributes |
||
| 29 | * @param bool $block |
||
| 30 | */ |
||
| 31 | 18 | public function __construct(array $attributes, bool $block) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @return array<string, mixed> |
||
|
|
|||
| 40 | */ |
||
| 41 | 18 | public function getAttributes(): array |
|
| 45 | |||
| 46 | 15 | public function isBlock(): bool |
|
| 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.