@@ -344,7 +344,7 @@ |
||
344 | 344 | * |
345 | 345 | * @param Document $doc Data source for import data |
346 | 346 | * @param string $originFile Original full filename used toimport |
347 | - * @return bool|mixed |
|
347 | + * @return false|string |
|
348 | 348 | */ |
349 | 349 | private function validateUploadFile(Document $doc, $originFile) |
350 | 350 | { |
@@ -59,7 +59,7 @@ |
||
59 | 59 | * |
60 | 60 | * @param InputInterface $input User input on console |
61 | 61 | * |
62 | - * @return Finder|SplFileInfo[] finder |
|
62 | + * @return Finder finder |
|
63 | 63 | */ |
64 | 64 | protected function getFinder($input) |
65 | 65 | { |