Completed
Pull Request — develop (#302)
by Michiel
04:12 queued 02:07
created
Console/Command/BootstrapIdentityWithSmsSecondFactorCommand.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -174,6 +174,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.