Passed
Push — master ( 6df3fe...bd8b27 )
by Petr
04:04 queued 01:01
created
src/AppBundle/Controller/Infrastructure/RestController.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -75,6 +75,8 @@
 block discarded – undo
75 75
 
76 76
     /**
77 77
      * Create collection api response with total, limit and offset parameters
78
+     * @param integer|null $limit
79
+     * @param integer|null $offset
78 80
      */
79 81
     protected function createCollectionResponse(AbstractRepository $repository, $limit, $offset): CollectionApiResponse
80 82
     {
Please login to merge, or discard this patch.
src/AppBundle/Controller/UserController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
      *         200="Current user is logged in",
61 61
      *     }
62 62
      * )
63
-     * @param string $login user login
64 63
      */
65 64
     public function viewCurrentAction(): Response
66 65
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
12 12
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
13 13
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
14
-use Symfony\Component\HttpFoundation\Request;
15 14
 use Symfony\Component\HttpFoundation\Response;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.