Completed
Push — feature/modernize ( 7c5f32...3c43eb )
by Narcotic
02:12
created
src/Command/ImportCommand.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,7 +213,6 @@  discard block
 block discarded – undo
213 213
      * @param string          $host        host to import into
214 214
      * @param string          $rewriteHost string to replace with value from $rewriteTo during loading
215 215
      * @param string          $rewriteTo   string to replace value from $rewriteHost with during loading
216
-     * @param boolean         $sync        send requests syncronously
217 216
      * @param boolean         $noOverwrite should we not overwrite existing records?
218 217
      *
219 218
      * @return void
@@ -411,7 +410,7 @@  discard block
 block discarded – undo
411 410
      *
412 411
      * @param Document $doc        Data source for import data
413 412
      * @param string   $originFile Original full filename used toimport
414
-     * @return bool|mixed
413
+     * @return false|string
415 414
      */
416 415
     private function validateUploadFile(Document $doc, $originFile)
417 416
     {
Please login to merge, or discard this patch.