@@ -374,7 +374,7 @@ |
||
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 376 | /** |
| 377 | - * @return PlayerContract|false |
|
| 377 | + * @return PlayerContract |
|
| 378 | 378 | */ |
| 379 | 379 | public function whosTurnIsIt() |
| 380 | 380 | { |
@@ -177,7 +177,7 @@ |
||
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | /** |
| 180 | - * @return array |
|
| 180 | + * @return LeftToAct |
|
| 181 | 181 | */ |
| 182 | 182 | public function getRemainingPlayers() |
| 183 | 183 | { |
@@ -4,7 +4,6 @@ |
||
| 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; |