@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @param $settings |
|
| 66 | + * @param ChampionshipSettings $settings |
|
| 67 | 67 | * @param Championship $championship |
| 68 | 68 | */ |
| 69 | 69 | public static function generateFights(Collection $rounds, $settings, Championship $championship = null) |
@@ -247,8 +247,8 @@ discard block |
||
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
| 250 | - * @param $usersByArea |
|
| 251 | - * @param $area |
|
| 250 | + * @param Collection $usersByArea |
|
| 251 | + * @param integer $area |
|
| 252 | 252 | * |
| 253 | 253 | * @return Collection |
| 254 | 254 | */ |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | /** |
| 284 | 284 | * @param $area |
| 285 | 285 | * @param $fighters |
| 286 | - * @param $order |
|
| 286 | + * @param integer $order |
|
| 287 | 287 | * |
| 288 | 288 | * @return Round |
| 289 | 289 | */ |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * @param Request $request |
| 43 | 43 | * @param Championship $championship |
| 44 | 44 | * |
| 45 | - * @return \Illuminate\Http\Response|string |
|
| 45 | + * @return \Illuminate\Http\RedirectResponse |
|
| 46 | 46 | */ |
| 47 | 47 | public function store(Request $request, Championship $championship) |
| 48 | 48 | { |