Completed
Push — master ( 252438...82275d )
by Markus
03:16
created
src/Mathielen/ImportEngine/Import/Workflow/DefaultWorkflowFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @return \Ddeboer\DataImport\Workflow
32
+     * @return integer
33 33
      */
34 34
     private function buildBaseWorkflow(Import $import)
35 35
     {
Please login to merge, or discard this patch.
src/Mathielen/ImportEngine/Mapping/Mappings.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -22,6 +22,8 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
+     * @param string $from
26
+     * @param string $converter
25 27
      * @return Mappings
26 28
      */
27 29
     public function add($from, $to, $converter=null)
Please login to merge, or discard this patch.
tests/functional/Mathielen/ImportEngine/LocalFileTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Mathielen\ImportEngine\Storage\LocalFileStorage;
13 13
 use Mathielen\ImportEngine\Storage\StorageInfo;
14 14
 use Mathielen\ImportEngine\ValueObject\ImportConfiguration;
15
-use Mathielen\ImportEngine\ValueObject\ImportRun;
16 15
 
17 16
 class LocalFileTest extends \PHPUnit_Framework_TestCase
18 17
 {
Please login to merge, or discard this patch.
src/Mathielen/ImportEngine/Import/ImportBuilder.php 2 patches
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return null|string
46
+     * @return integer|null
47 47
      */
48 48
     public function findImporterForStorage(StorageInterface $storage)
49 49
     {
@@ -104,6 +104,7 @@  discard block
 block discarded – undo
104 104
     }
105 105
 
106 106
     /**
107
+     * @param string $createdBy
107 108
      * @return Import
108 109
      * @throws InvalidConfigurationException
109 110
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Mathielen\ImportEngine\Event\ImportConfigureEvent;
12 12
 use Mathielen\ImportEngine\ValueObject\ImportRequest;
13 13
 use Mathielen\ImportEngine\ValueObject\ImportRun;
14
-use Mathielen\ImportEngine\ValueObject\StorageSelection;
15 14
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
16 15
 
17 16
 class ImportBuilder
Please login to merge, or discard this patch.
tests/functional/Mathielen/ImportEngine/DoctrineTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Mathielen\ImportEngine\Storage\LocalFileStorage;
13 13
 use Mathielen\ImportEngine\Storage\StorageInfo;
14 14
 use Mathielen\ImportEngine\ValueObject\ImportConfiguration;
15
-use Mathielen\ImportEngine\ValueObject\ImportRun;
16 15
 
17 16
 class LocalFileTest extends \PHPUnit_Framework_TestCase
18 17
 {
Please login to merge, or discard this patch.