Passed
Push — master ( 5b3708...94bf6f )
by Maurizio
05:02
created
src/Compression/Huffman/HuffmanCoding.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
             }
28 28
             ++$weights[$sample[$i]];
29 29
         }
30
-        $weights[self::SYMBOL_EOF] = 1;	//	add the EOF marker to the encoding
30
+        $weights[self::SYMBOL_EOF] = 1; //	add the EOF marker to the encoding
31 31
 
32 32
         $queue = new HuffmanNodeQueue();
33 33
         arsort($weights);
Please login to merge, or discard this patch.