@@ -259,7 +259,7 @@ discard block |
||
259 | 259 | * @param Storage $storage |
260 | 260 | * @param SplFileInfo $file |
261 | 261 | * |
262 | - * @return Item|bool |
|
262 | + * @return Item |
|
263 | 263 | */ |
264 | 264 | protected function getItemFromFile(Storage $storage, SplFileInfo $file) |
265 | 265 | { |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | * @param InputInterface $input |
333 | 333 | * @param OutputInterface $output |
334 | 334 | * |
335 | - * @return Decorator |
|
335 | + * @return PresetOutput |
|
336 | 336 | */ |
337 | 337 | protected function getProgress(InputInterface $input, OutputInterface $output) |
338 | 338 | { |
@@ -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) |
@@ -102,7 +102,7 @@ |
||
102 | 102 | * |
103 | 103 | * @param string $plugin |
104 | 104 | * |
105 | - * @return array|null |
|
105 | + * @return null|Response |
|
106 | 106 | */ |
107 | 107 | protected function getPlugin($plugin) |
108 | 108 | { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
47 | - * @return Filler |
|
47 | + * @return FillerForm |
|
48 | 48 | */ |
49 | 49 | public function getForm() |
50 | 50 | { |
@@ -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 | */ |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * @param string $path |
35 | 35 | * @param string $filter |
36 | 36 | * |
37 | - * @return bool |
|
37 | + * @return string |
|
38 | 38 | */ |
39 | 39 | public function dummy($path, $filter) |
40 | 40 | { |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | /** |
320 | 320 | * Get types storage allow write. |
321 | 321 | * |
322 | - * @return array |
|
322 | + * @return string[] |
|
323 | 323 | */ |
324 | 324 | public static function getTypesWritable() |
325 | 325 | { |
@@ -329,7 +329,7 @@ discard block |
||
329 | 329 | /** |
330 | 330 | * Get types storage allow read. |
331 | 331 | * |
332 | - * @return array |
|
332 | + * @return string[] |
|
333 | 333 | */ |
334 | 334 | public static function getTypesReadable() |
335 | 335 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | /** |
33 | - * @param array $types |
|
33 | + * @param string[] $types |
|
34 | 34 | * |
35 | 35 | * @return StorageEntity[] |
36 | 36 | */ |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @param array|string $messages |
|
56 | + * @param string $messages |
|
57 | 57 | * @param bool|false $newline |
58 | 58 | * @param int $type |
59 | 59 | */ |