@@ -51,7 +51,6 @@ |
||
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | 53 | * @param string $registrationCode |
| 54 | - * @param string $actorInstitution |
|
| 55 | 54 | * @param string $actorId |
| 56 | 55 | * @return null|VerifiedSecondFactor |
| 57 | 56 | */ |
@@ -24,6 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | /** |
| 26 | 26 | * @param VettingProcedure $vettingProcedure |
| 27 | + * @return void |
|
| 27 | 28 | */ |
| 28 | 29 | public function store(VettingProcedure $vettingProcedure): void; |
| 29 | 30 | |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * @param string $expected description of expected type |
| 25 | 25 | * @param string $parameterName |
| 26 | - * @param mixed $parameter the parameter that is not of the expected type. |
|
| 26 | + * @param integer $parameter the parameter that is not of the expected type. |
|
| 27 | 27 | * @return self |
| 28 | 28 | */ |
| 29 | 29 | public static function invalidType($expected, $parameterName, $parameter): self |
@@ -65,6 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | 67 | * @param string $uri |
| 68 | + * @return void |
|
| 68 | 69 | */ |
| 69 | 70 | public function setCurrentRequestUri(string $uri): void; |
| 70 | 71 | |
@@ -27,6 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * @param string $requestId |
| 30 | + * @return void |
|
| 30 | 31 | */ |
| 31 | 32 | public function setRequestId(string $requestId): void; |
| 32 | 33 | |