| 1 | <?php |
||
| 20 | final class Attributes extends AbstractBlock |
||
| 21 | { |
||
| 22 | /** @var array<string, mixed> */ |
||
| 23 | private $attributes; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param array<string, mixed> $attributes |
||
| 27 | */ |
||
| 28 | 15 | public function __construct(array $attributes) |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @return array<string, mixed> |
||
|
|
|||
| 35 | */ |
||
| 36 | 15 | public function getAttributes(): array |
|
| 40 | |||
| 41 | public function canContain(AbstractBlock $block): bool |
||
| 45 | |||
| 46 | 15 | public function isCode(): bool |
|
| 50 | |||
| 51 | 12 | public function matchesNextLine(Cursor $cursor): bool |
|
| 57 | |||
| 58 | 15 | public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool |
|
| 62 | } |
||
| 63 |
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.