| 1 | <?php | ||
| 21 | final class Attributes extends AbstractBlock | ||
| 22 | { | ||
| 23 | 5 | private $attributes; | |
| 24 | |||
| 25 | 5 | public function __construct(array $attributes) | |
| 29 | 5 | ||
| 30 | public function getAttributes(): array | ||
| 34 | |||
| 35 | public function canContain(AbstractBlock $block): bool | ||
| 39 | 5 | ||
| 40 | public function isCode(): bool | ||
| 44 | 5 | ||
| 45 | public function matchesNextLine(Cursor $cursor): bool | ||
| 55 | |||
| 56 | public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool | ||
| 60 | 5 | ||
| 61 | public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void | ||
| 64 | } | ||
| 65 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.