Completed
Pull Request — master (#131)
by Deven
08:29
created
src/Controller/ReportsController.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -323,6 +323,9 @@
 block discarded – undo
323 323
         $this->set("related_entries", $relatedEntries);
324 324
     }
325 325
 
326
+    /**
327
+     * @param string $key
328
+     */
326 329
     protected function _findArrayList($results, $key)
327 330
     {
328 331
         $output = array();
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use App\Utility\Sanitize;
22 22
 use Cake\Core\Configure;
23 23
 use Cake\Log\Log;
24
-use Cake\ORM\Table;
25 24
 use Cake\ORM\TableRegistry;
26 25
 use Cake\Network\Exception\NotFoundException;
27 26
 
Please login to merge, or discard this patch.
src/Model/Table/IncidentsTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
  */
18 18
 namespace App\Model\Table;
19 19
 
20
-use App\Model\AppModel;
21 20
 use Cake\ORM\Table;
22 21
 use Cake\ORM\TableRegistry;
23 22
 use Cake\Log\Log;
Please login to merge, or discard this patch.