Completed
Push — FVSv2 ( 78f5f9...0e95d7 )
by Patrick
01:35
created
api/v1/class.DepartmentAPI.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -242,6 +242,9 @@
 block discarded – undo
242 242
         return $response;
243 243
     }
244 244
 
245
+    /**
246
+     * @param string $type
247
+     */
245 248
     public function generateGridSchedule($dept, $shifts, $response, $type)
246 249
     {
247 250
         $ss = new \Schedules\GridSchedule($dept, $shifts);
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use PhpOffice\PhpSpreadsheet\Spreadsheet;
4
-use PhpOffice\PhpSpreadsheet\Writer\Xlsx;
5
-use PhpOffice\PhpSpreadsheet\Writer\Pdf\Mpdf;
6
-
7 3
 class DepartmentAPI extends Http\Rest\DataTableAPI
8 4
 {
9 5
     use Processor;
Please login to merge, or discard this patch.