| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 30 | class GenerationsOfDescendants extends AbstractElement |
||
| 31 | { |
||
| 32 | protected const MAX_LENGTH = 4; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Display the value of this type of element. |
||
| 36 | * |
||
| 37 | * @param string $value |
||
| 38 | * @param Tree $tree |
||
| 39 | * |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function value(string $value, Tree $tree): string |
||
| 47 |