Completed
Push — master ( 678bac...955920 )
by Paweł
09:19 queued 10s
created
src/SWP/Bundle/CoreBundle/Controller/AuthController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@
 block discarded – undo
198 198
         ]);
199 199
     }
200 200
 
201
+    /**
202
+     * @param null|string $token
203
+     */
201 204
     private function generateOrGetApiKey(UserInterface $user, $token)
202 205
     {
203 206
         $apiKey = null;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/SlideshowController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@
 block discarded – undo
93 93
         return new SingleResourceResponse($list);
94 94
     }
95 95
 
96
+    /**
97
+     * @param string $id
98
+     */
96 99
     private function findArticleOr404($id)
97 100
     {
98 101
         if (null === $article = $this->get('swp.repository.article')->findOneById($id)) {
Please login to merge, or discard this patch.