Completed
Push — master ( d2f866...693011 )
by Valentyn
04:24
created
src/Movies/Pagination/MovieCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * @param array|Movie[]|\Iterator $movies
19
-     * @param $totalCount
19
+     * @param integer $totalCount
20 20
      * @param int $offset
21 21
      */
22 22
     public function __construct($movies, $totalCount, int $offset = 0)
Please login to merge, or discard this patch.
src/Users/Service/SendEmailService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
         $this->sendEmail($user->getEmail(), $subject, $body);
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $recipientEmail
87
+     */
85 88
     private function sendEmail($recipientEmail, string $subject, string $body)
86 89
     {
87 90
         $this->logger->info("[MAILER] Trying to send email to {$recipientEmail} with next params:", [
Please login to merge, or discard this patch.
src/Actors/Controller/ActorMovieController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use App\Movies\Repository\MovieRepository;
7 7
 use App\Movies\Transformer\MovieTransformer;
8 8
 use App\Pagination\CustomPaginatedCollection;
9
-use App\Pagination\PaginatedCollection;
10 9
 use Symfony\Component\HttpFoundation\JsonResponse;
11 10
 use Symfony\Component\HttpFoundation\Request;
12 11
 use Symfony\Component\Routing\Annotation\Route;
Please login to merge, or discard this patch.