@@ -68,7 +68,7 @@ |
||
| 68 | 68 | $branches = []; |
| 69 | 69 | |
| 70 | 70 | foreach ($this->codeMap->getMap($charTree) as $char => $codedChars) { |
| 71 | - $branch = $this->applyInternal($charTree->getBranchesAfterRoot((string)$char)); |
|
| 71 | + $branch = $this->applyInternal($charTree->getBranchesAfterRoot((string) $char)); |
|
| 72 | 72 | |
| 73 | 73 | foreach ($codedChars as $codedChar) { |
| 74 | 74 | $branches[] = CharTree::fromString($codedChar, [$branch]); |