Completed
Pull Request — master (#107)
by Matthew
02:22
created
src/AppBundle/Controller/EditSummaryController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/AppBundle/Controller/XtoolsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.