Completed
Push — master ( 3e3269...414f6c )
by Valentyn
05:10
created
src/Movies/EventListener/MovieSyncProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
     /**
85 85
      * @param int $id
86
-     * @return null|object
86
+     * @return Genre
87 87
      * @throws \Doctrine\ORM\ORMException
88 88
      */
89 89
     private function getGenreReference(int $id)
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
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
     private $totalCount;
13 13
     private $movies;
14 14
 
15
+    /**
16
+     * @param integer $totalCount
17
+     */
15 18
     public function __construct(array $movies, $totalCount, int $offset = 0)
16 19
     {
17 20
         $this->totalCount = abs($totalCount);
Please login to merge, or discard this patch.