Completed
Push — master ( 41c1b8...07a877 )
by Dan
02:04
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/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.