Completed
Push — feature/decouple-identity-crea... ( 00eae5 )
by Michiel
02:34
created
MiddlewareBundle/Console/Command/BootstrapSmsSecondFactorCommand.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -137,6 +137,10 @@  discard block
 block discarded – undo
137 137
         );
138 138
     }
139 139
 
140
+    /**
141
+     * @param string $secondFactorId
142
+     * @param \Surfnet\StepupMiddleware\ApiBundle\Identity\Entity\Identity $identity
143
+     */
140 144
     private function provePossession($secondFactorId, $identity, $phoneNumber)
141 145
     {
142 146
         $command = new ProvePhonePossessionCommand();
@@ -147,6 +151,9 @@  discard block
 block discarded – undo
147 151
         $this->process($command);
148 152
     }
149 153
 
154
+    /**
155
+     * @param \Surfnet\StepupMiddleware\ApiBundle\Identity\Entity\Identity $identity
156
+     */
150 157
     private function verifyEmail($identity, $unverifiedSecondFactor)
151 158
     {
152 159
         $command = new VerifyEmailCommand();
Please login to merge, or discard this patch.