Passed
Push — master ( 9cee3b...c3dbdd )
by Magnar Ovedal
03:22
created
src/Formatter/Coder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.