We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Create duplicates of multiple entries in the datatabase. |
26 | 26 | * |
27 | - * @param int $id |
|
28 | 27 | * |
29 | 28 | * @return Response |
30 | 29 | */ |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * |
27 | 27 | * @param int $id |
28 | 28 | * |
29 | - * @return Response |
|
29 | + * @return string |
|
30 | 30 | */ |
31 | 31 | public function clone($id) |
32 | 32 | { |
@@ -50,7 +50,6 @@ |
||
50 | 50 | * |
51 | 51 | * @param string $name Name of the current entity (singular). |
52 | 52 | * @param string $controller Name of the current controller. |
53 | - * @param array $options Options for the route (optional). |
|
54 | 53 | */ |
55 | 54 | public function routes($name, $controller) |
56 | 55 | { |