Completed
Push — master ( 1c84dd...0f2f0f )
by Valentyn
03:06
created
src/Movies/EventListener/MovieTranslationsProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param array $moviesTranslationsDTOs
108
+     * @param \Iterator $moviesTranslationsDTOs
109 109
      * @param Movie $movie
110 110
      *
111 111
      * @throws \Doctrine\ORM\ORMException
Please login to merge, or discard this patch.
src/Movies/Pagination/MovieCollection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
     private $totalCount;
14 14
     private $movies;
15 15
 
16
+    /**
17
+     * @param integer $totalCount
18
+     */
16 19
     public function __construct($movies, $totalCount, int $offset = 0)
17 20
     {
18 21
         $this->totalCount = abs($totalCount);
Please login to merge, or discard this patch.