@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | /** |
43 | 43 | * Store a newly created team in database. |
44 | 44 | * |
45 | - * @param array $request The user input form the form. |
|
45 | + * @param Request $request The user input form the form. |
|
46 | 46 | */ |
47 | 47 | public function store(Request $request) |
48 | 48 | { |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | /** |
76 | 76 | * Update the specified team in the database. |
77 | 77 | |
78 | - * @param array $request The user input from the form. |
|
78 | + * @param Request $request The user input from the form. |
|
79 | 79 | * @param int $id The id in the database for the team |
80 | 80 | */ |
81 | 81 | public function update(Request $request, $id) |
@@ -74,7 +74,6 @@ |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * Update the specified team in the database. |
77 | - |
|
78 | 77 | * @param array $request The user input from the form. |
79 | 78 | * @param int $id The id in the database for the team |
80 | 79 | */ |