Completed
Push — feature/EVO-3237-send-file-par... ( ff951d )
by Lucas
02:13
created
src/Command/CoreImportCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/Command/ImportCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      * @param string          $rewriteTo   string to replace value from $rewriteHost with during loading
212 212
      * @param boolean         $sync        send requests syncronously
213 213
      *
214
-     * @return Promise\Promise|null
214
+     * @return Promise\PromiseInterface
215 215
      */
216 216
     protected function importResource(
217 217
         $targetUrl,
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
      *
331 331
      * @param Document $doc        Data source for import data
332 332
      * @param string   $originFile Original full filename used toimport
333
-     * @return bool|mixed
333
+     * @return false|string
334 334
      */
335 335
     private function validateUploadFile(Document $doc, $originFile)
336 336
     {
Please login to merge, or discard this patch.