Completed
Push — FVSv2 ( 037b69...1cad04 )
by Patrick
01:48
created
api/v1/class.DepartmentAPI.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -314,6 +314,9 @@
 block discarded – undo
314 314
         return $response;
315 315
     }
316 316
 
317
+    /**
318
+     * @param string $type
319
+     */
317 320
     public function generateGridSchedule($dept, $shifts, $request, $response, $type)
318 321
     {
319 322
         $ssheat = new Spreadsheet();
Please login to merge, or discard this patch.
api/v1/class.Processor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1,6 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 trait Processor
3 3
 {
4
+    /**
5
+     * @param string $certType
6
+     */
4 7
     protected function certCheck($requirements, $certs, $certType)
5 8
     {
6 9
         if(isset($requirements[$certType]) && $requirements[$certType])
Please login to merge, or discard this patch.