Passed
Push — master ( c2c113...fcaed5 )
by Petr
04:11
created
src/AppBundle/Controller/UserController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
      *         404="User with given login was not found",
33 33
      *     }
34 34
      * )
35
-     * @param string $bandName user login
36 35
      */
37 36
     public function viewAction(string $login): Response
38 37
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace AppBundle\Controller;
4 4
 
5 5
 use AppBundle\Controller\Infrastructure\RestController;
6
-use AppBundle\Entity\Repository\UserRepository;
7 6
 use AppBundle\Entity\User;
8 7
 use AppBundle\Response\ApiError;
9 8
 use AppBundle\Response\ApiResponse;
Please login to merge, or discard this patch.
src/AppBundle/Entity/Infrasctucture/AbstractRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param object $entity
35
+     * @param \AppBundle\Entity\Event $entity
36 36
      */
37 37
     public function remove($entity)
38 38
     {
Please login to merge, or discard this patch.