1 | <?php |
||
22 | class TableRow extends AbstractBlock |
||
23 | { |
||
24 | public function canContain(AbstractBlock $block): bool |
||
28 | |||
29 | public function isCode(): bool |
||
33 | |||
34 | public function matchesNextLine(Cursor $cursor): bool |
||
38 | |||
39 | public function handleRemainingContents(ContextInterface $context, Cursor $cursor): void |
||
42 | |||
43 | /** |
||
44 | * @return AbstractBlock[] |
||
45 | */ |
||
46 | public function children(): iterable |
||
50 | } |
||
51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.