@@ -74,7 +74,7 @@ |
||
| 74 | 74 | * Display the Edit Summary results |
| 75 | 75 | * |
| 76 | 76 | * @param Request $request The HTTP request. |
| 77 | - * @param string $namespace Namespace ID or 'all' for all namespaces. |
|
| 77 | + * @param integer $namespace Namespace ID or 'all' for all namespaces. |
|
| 78 | 78 | * |
| 79 | 79 | * @Route("/editsummary/{project}/{username}/{namespace}", name="EditSummaryResult") |
| 80 | 80 | * |
@@ -248,7 +248,7 @@ |
||
| 248 | 248 | * @param bool $useDefaults Whether to use defaults if the values |
| 249 | 249 | * are blank. The start date is set to one month before the end date, |
| 250 | 250 | * and the end date is set to the present. |
| 251 | - * @return mixed[] Start and end date as UTC timestamps or 'false' if empty. |
|
| 251 | + * @return integer[] Start and end date as UTC timestamps or 'false' if empty. |
|
| 252 | 252 | */ |
| 253 | 253 | public function getUTCFromDateParams($start, $end, $useDefaults = true) |
| 254 | 254 | { |