@@ -63,7 +63,7 @@ |
||
63 | 63 | $charTrees = []; |
64 | 64 | |
65 | 65 | foreach ($this->codeMap->getMap($charTree) as $char => $codedChars) { |
66 | - $branches = $this->applyInternal($charTree->getBranchesAfterRoot((string)$char)); |
|
66 | + $branches = $this->applyInternal($charTree->getBranchesAfterRoot((string) $char)); |
|
67 | 67 | |
68 | 68 | foreach ($codedChars as $codedChar) { |
69 | 69 | $charTrees[] = CharTree::fromString($codedChar, $branches); |