| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class DocumentationNodeParser |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Parse a node to update the parent node model. |
||
| 21 | * |
||
| 22 | * @param Doc $node The node to parse. |
||
| 23 | * @param FunctionModelInterface $parent The parent node. |
||
| 24 | * |
||
| 25 | * @return FunctionModelInterface The updated parent. |
||
| 26 | */ |
||
| 27 | public function invoke(Doc $node, FunctionModelInterface $parent): FunctionModelInterface |
||
| 33 |