@@ -1,6 +1,9 @@ discard block |
||
| 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 |
||
| 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(); |