Completed
Pull Request — master (#777)
by Rafał
10:58
created
src/SWP/Bundle/CoreBundle/Controller/AuthController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
         ]);
180 180
     }
181 181
 
182
+    /**
183
+     * @param string $token
184
+     */
182 185
     private function generateOrGetApiKey(UserInterface $user, $token)
183 186
     {
184 187
         $apiKey = null;
Please login to merge, or discard this patch.