Completed
Push — v3.2.x ( c8fcb2...952323 )
by smiley
02:13
created
src/Data/MaskPatternTester.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 	 * @return int
56 56
 	 */
57 57
 	public function testPattern():int{
58
-		$penalty  = 0;
58
+		$penalty = 0;
59 59
 
60 60
 		for($level = 1; $level <= 4; $level++){
61 61
 			$penalty += call_user_func_array([$this, 'testLevel'.$level], [$this->matrix->matrix(true)]);
Please login to merge, or discard this patch.