Passed
Push — master ( 2e4256...21a45d )
by Petr
03:39
created
src/AppBundle/Controller/OrganizerController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,6 @@
 block discarded – undo
157 157
      *         400="Validation error",
158 158
      *     }
159 159
      * )
160
-     * @param string $id organizer id
161 160
      */
162 161
     public function createMemberAction(Request $request): Response
163 162
     {
Please login to merge, or discard this patch.
src/AppBundle/Response/ApiResponseFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use AppBundle\Entity\Image;
6 6
 use AppBundle\Entity\User;
7 7
 use AppBundle\Enum\ApiOperation;
8
-use AppBundle\Exception\MethodNotImplemented;
9 8
 use AppBundle\Exception\UnsupportedApiOperation;
10 9
 use AppBundle\Exception\UnsupportedTypeException;
11 10
 use AppBundle\Form\AbstractFormType;
Please login to merge, or discard this patch.