Passed
Push — master ( 21a45d...334091 )
by Petr
03:48
created
src/AppBundle/Response/ApiResponseFactory.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,6 @@
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * @param object $entity Entity
117
-     * @param string $id Entity id
118 117
      * @return string
119 118
      */
120 119
     private function createEntityHttpLocation($entity): string
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\ORM\EntityManager;
15 15
 use Symfony\Component\Form\FormInterface;
16 16
 use Symfony\Component\HttpFoundation\Response;
17
-use Symfony\Component\Intl\Exception\MethodNotImplementedException;
18 17
 use Symfony\Component\Routing\Router;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.