Completed
Pull Request — master (#115)
by Deven
17:04
created
src/Controller/Component/OrderSearchComponent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Controller\Component;
4 4
 
5 5
 use Cake\Controller\Component;
6
-use Cake\Routing\Router;
7 6
 /**
8 7
  * Order and search component handling generation of ordering and
9 8
  * searching conditions in loading data tables
Please login to merge, or discard this patch.
src/Controller/ReportsController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -289,6 +289,9 @@
 block discarded – undo
289 289
 		$this->set("related_entries", $relatedEntries);
290 290
 	}
291 291
 
292
+    /**
293
+     * @param string $key
294
+     */
292 295
     protected function _findArrayList($results, $key) {
293 296
         $output = array();
294 297
 		foreach ($results as $row) {
Please login to merge, or discard this patch.