Completed
Push — master ( 2d9474...2e3d39 )
by Dan
09:47
created
src/Game/Round.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
374 374
     }
375 375
 
376 376
     /**
377
-     * @return PlayerContract|false
377
+     * @return PlayerContract
378 378
      */
379 379
     public function whosTurnIsIt()
380 380
     {
Please login to merge, or discard this patch.
src/Game/Table.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Cysha\Casino\Game\Client;
6 6
 use Cysha\Casino\Game\Contracts\Dealer as DealerContract;
7
-use Cysha\Casino\Game\Contracts\Player;
8 7
 use Cysha\Casino\Game\Contracts\Player as PlayerContract;
9 8
 use Cysha\Casino\Game\PlayerCollection;
10 9
 use Cysha\Casino\Game\Table as BaseTable;
Please login to merge, or discard this patch.
src/Cards/Evaluators/SevenCard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Cysha\Casino\Cards\ResultCollection;
12 12
 use Cysha\Casino\Holdem\Cards\Results\SevenCardResult;
13 13
 use Cysha\Casino\Holdem\Cards\SevenCardResultCollection;
14
-use Illuminate\Support\Collection;
15 14
 
16 15
 class SevenCard implements CardEvaluator
17 16
 {
Please login to merge, or discard this patch.