@@ -100,7 +100,6 @@ discard block |
||
100 | 100 | } |
101 | 101 | |
102 | 102 | /** |
103 | - * @param string $actorInstitution |
|
104 | 103 | * @return VerifiedSecondFactorSearchQuery |
105 | 104 | */ |
106 | 105 | public function setActorId($actorId) |
@@ -112,6 +111,9 @@ discard block |
||
112 | 111 | return $this; |
113 | 112 | } |
114 | 113 | |
114 | + /** |
|
115 | + * @param string $name |
|
116 | + */ |
|
115 | 117 | private function assertNonEmptyString($value, $name) |
116 | 118 | { |
117 | 119 | $message = sprintf( |