Completed
Push — master ( 0d4302...5f6368 )
by Nicolaas
02:53 queued 01:34
created
code/CheckForMysqlPaginationIssuesBuildTask.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,6 +256,9 @@  discard block
 block discarded – undo
256 256
         $this->flushToBrowser();
257 257
     }
258 258
 
259
+    /**
260
+     * @param string $msg
261
+     */
259 262
     protected function flushNowQuick($msg)
260 263
     {
261 264
         echo $msg;
@@ -322,7 +325,6 @@  discard block
 block discarded – undo
322 325
 
323 326
     /**
324 327
      *
325
-     * @param  DataList  $dataList
326 328
      * @param  string  $className
327 329
      * @param  boolean $isFirstRound
328 330
      *
Please login to merge, or discard this patch.
code/DataIntegrityTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -467,6 +467,9 @@
 block discarded – undo
467 467
         echo "<a href=\"".Director::absoluteURL("/dev/tasks/DataIntegrityTest/")."\">back to main menu.</a>";
468 468
     }
469 469
 
470
+    /**
471
+     * @param string $table
472
+     */
470 473
     private function tableExists($table)
471 474
     {
472 475
         $db = DB::getConn();
Please login to merge, or discard this patch.