Completed
Pull Request — master (#777)
by Rafał
09:56
created
src/SWP/Bundle/CoreBundle/Controller/AuthController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -235,6 +235,9 @@
 block discarded – undo
235 235
         ]);
236 236
     }
237 237
 
238
+    /**
239
+     * @param null|string $token
240
+     */
238 241
     private function generateOrGetApiKey(UserInterface $user, $token)
239 242
     {
240 243
         $apiKey = null;
Please login to merge, or discard this patch.