Passed
Push — master ( 0e7290...29738d )
by Petr
03:53
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.
src/AppBundle/Entity/Infrasctucture/AmbassadorRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * @param AmbassadorFormType $formType
29
-     * @param User $creator
30 29
      * @return Ambassador|null|object
31 30
      */
32 31
     public function findOneByFormData(AbstractFormType $formType)
Please login to merge, or discard this patch.