Completed
Push — FVSv2 ( 94c8ac...9d1e1c )
by Patrick
05:29 queued 18s
created
api/v1/class.Processor.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -1,6 +1,9 @@  discard block
 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])
@@ -170,6 +173,9 @@  discard block
 block discarded – undo
170 173
         return $profile[0];
171 174
     }
172 175
 
176
+    /**
177
+     * @param VolunteerShift $shift
178
+     */
173 179
     protected function doShiftTimeChecks($shift, $entry)
174 180
     {
175 181
         $now = new DateTime();
Please login to merge, or discard this patch.