Completed
Push — master ( c486c5...0a933f )
by Ma
02:01
created
src/Autocomplete/Container/Trie/Node.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
     public function addSuffix($suffix, $word)
75 75
     {
76
-         if (count($suffix) < 1) {
76
+            if (count($suffix) < 1) {
77 77
             $this->endNode = $word;
78 78
             return true;
79 79
         }
Please login to merge, or discard this patch.