Completed
Push — master ( f16efc...cccbf9 )
by Pierre-Henri
02:14
created
HandEvaluator/HandFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -563,7 +563,7 @@
 block discarded – undo
563 563
      */
564 564
     private function isHighCard(array $cards)
565 565
     {
566
-        $response[] =  current($cards);
566
+        $response[] = current($cards);
567 567
 
568 568
         return $this->getResponse('High card', 1, $this->getRank($response), $response);
569 569
     }
Please login to merge, or discard this patch.