| 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 | */ |
||
| 30 | 15 | public function __construct(array $attributes, bool $block) |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @return array<string, mixed> |
||
|
|
|||
| 38 | */ |
||
| 39 | 15 | public function getAttributes(): array |
|
| 43 | |||
| 44 | /** |
||
| 45 | * @param array<string, mixed> $attributes |
||
| 46 | */ |
||
| 47 | public function setAttributes(array $attributes): void |
||
| 51 | |||
| 52 | 12 | public function isBlock(): bool |
|
| 56 | } |
||
| 57 |
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.