Passed
Push — master ( 595b7b...95f74e )
by Magnar Ovedal
03:32 queued 46s
created
src/Formatter/Coder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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]);
Please login to merge, or discard this patch.