@@ -77,7 +77,7 @@ |
||
| 77 | 77 | public function getLeaf(int $index): TextNode |
| 78 | 78 | { |
| 79 | 79 | if (!isset($this->leafs[$index])) { |
| 80 | - throw new \OutOfBoundsException(\sprintf('Index: %d, Size: %d', $index,count($this->leafs))); |
|
| 80 | + throw new \OutOfBoundsException(\sprintf('Index: %d, Size: %d', $index, count($this->leafs))); |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | return $this->leafs[$index]; |