Completed
Push — mysql_improvements ( 013528...7b45c6 )
by George
04:40 queued 02:17
created
src/CliApplication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 	/**
30 30
 	 * CliApplication constructor.
31 31
 	 *
32
-	 * @param   Input\Cli  $input    The application's input object.
32
+	 * @param   Cli  $input    The application's input object.
33 33
 	 * @param   Registry   $config   The application's configuration.
34 34
 	 * @param   CliOutput  $output   The application's output object.
35 35
 	 * @param   Console    $console  The application's console object.
Please login to merge, or discard this patch.
src/Views/Stats/StatsJsonView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
 	/**
194 194
 	 * Process the response for a single data source.
195 195
 	 *
196
-	 * @param   array  $items  The source items to process.
196
+	 * @param   \array[]  $items  The source items to process.
197 197
 	 *
198 198
 	 * @return  string  The rendered view.
199 199
 	 *
Please login to merge, or discard this patch.