@@ -55,7 +55,7 @@ |
||
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)]); |