@@ -39,7 +39,7 @@ |
||
| 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 | */ |
@@ -50,7 +50,7 @@ |
||
| 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) |
@@ -33,8 +33,8 @@ |
||
| 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 | */ |