@@ -97,7 +97,7 @@ |
||
| 97 | 97 | /** |
| 98 | 98 | * import a single file into a collection |
| 99 | 99 | * |
| 100 | - * @param SplFileInfo $file file |
|
| 100 | + * @param \SplFileInfo $file file |
|
| 101 | 101 | * @param InputInterface $input User input on console |
| 102 | 102 | * @param OutputInterface $output Output of the command |
| 103 | 103 | * |
@@ -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 | { |