Completed
Push — master ( c76e97...a0c302 )
by Valentyn
03:39
created
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.
src/Movies/EventListener/MovieSyncProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
     /**
101 101
      * @param int $id
102
-     * @return null|Genre
102
+     * @return Genre
103 103
      * @throws \Doctrine\ORM\ORMException
104 104
      */
105 105
     private function getGenreReference(int $id): ?object
Please login to merge, or discard this patch.