@@ -174,6 +174,9 @@ discard block |
||
174 | 174 | ); |
175 | 175 | } |
176 | 176 | |
177 | + /** |
|
178 | + * @param string $secondFactorId |
|
179 | + */ |
|
177 | 180 | private function provePossession($secondFactorId, $identity, $phoneNumber) |
178 | 181 | { |
179 | 182 | $command = new ProvePhonePossessionCommand(); |
@@ -184,6 +187,9 @@ discard block |
||
184 | 187 | $this->pipeline->process($command); |
185 | 188 | } |
186 | 189 | |
190 | + /** |
|
191 | + * @param UnverifiedSecondFactor $unverifiedSecondFactor |
|
192 | + */ |
|
187 | 193 | private function verifyEmail($identity, $unverifiedSecondFactor) |
188 | 194 | { |
189 | 195 | $command = new VerifyEmailCommand(); |