Passed
Push — master ( eabfa3...2db6fa )
by Petr
04:00
created
src/AppBundle/Controller/BandController.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -344,7 +344,6 @@  discard block
 block discarded – undo
344 344
      *     }
345 345
      * )
346 346
      * @param string $bandName band name
347
-     * @param string $userLogin member login
348 347
      */
349 348
     public function updateMemberAction(Request $request, string $bandName)
350 349
     {
@@ -382,7 +381,7 @@  discard block
 block discarded – undo
382 381
     }
383 382
 
384 383
     /**
385
-     * @return ApiError|CreatedApiResponse|EmptyApiResponse
384
+     * @return AbstractApiResponse
386 385
      */
387 386
     private function createResponseFromUpdateForm(FormInterface $form): AbstractApiResponse
388 387
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Symfony\Component\Form\FormInterface;
24 24
 use Symfony\Component\HttpFoundation\Request;
25 25
 use Symfony\Component\HttpFoundation\Response;
26
-use Symfony\Component\Validator\Constraints as Assert;
27 26
 
28 27
 /**
29 28
  * @author Vehsamrak
Please login to merge, or discard this patch.