@@ -164,7 +164,7 @@ |
||
| 164 | 164 | /** |
| 165 | 165 | * Check if certificate is valid |
| 166 | 166 | * @param Certificate $certificate |
| 167 | - * @return mixed |
|
| 167 | + * @return null|Certificate |
|
| 168 | 168 | * @throws RuntimeException |
| 169 | 169 | */ |
| 170 | 170 | private function checkCertValidity(Certificate $certificate = null) |
@@ -575,6 +575,9 @@ |
||
| 575 | 575 | } |
| 576 | 576 | } |
| 577 | 577 | |
| 578 | + /** |
|
| 579 | + * @param stdClass $std |
|
| 580 | + */ |
|
| 578 | 581 | protected function validInputParameters($properties, $std) |
| 579 | 582 | { |
| 580 | 583 | foreach ($properties as $key => $rules) { |