Completed
Push — master ( 8fe4e7...fafc98 )
by Dan
23:10
created
src/Game/LeftToAct.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return array
180
+     * @return LeftToAct
181 181
      */
182 182
     public function getRemainingPlayers()
183 183
     {
Please login to merge, or discard this patch.
src/Game/Table.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * @param Uuid $id
56
-     * @param DealerContract $dealer
56
+     * @param Dealer $dealer
57 57
      * @param PlayerCollection $players
58 58
      *
59 59
      * @return Table
Please login to merge, or discard this patch.