Completed
Push — 0.4.26 ( 319497...70c06b )
by Peter
06:50 queued 04:23
created
src/Repository/Storage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Get storage list for types
41 41
      *
42
-     * @param array $types
42
+     * @param string[] $types
43 43
      *
44 44
      * @return array [\AnimeDb\Bundle\CatalogBundle\Entity\Storage]
45 45
      */
Please login to merge, or discard this patch.
src/Console/Output/LazyWrite.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param array|string $messages
53
+     * @param string $messages
54 54
      * @param int $type
55 55
      */
56 56
     public function writeln($messages, $type = self::OUTPUT_NORMAL)
Please login to merge, or discard this patch.
src/Repository/Item.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param int|null $limit
37
-     * @param int|null $offset
36
+     * @param integer $limit
37
+     * @param integer $offset
38 38
      *
39 39
      * @return ItemEntity[]
40 40
      */
Please login to merge, or discard this patch.