@@ -43,7 +43,7 @@ discard block |
||
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 |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | /** |
107 | + * @param string $createdBy |
|
107 | 108 | * @return Import |
108 | 109 | * @throws InvalidConfigurationException |
109 | 110 | */ |
@@ -11,7 +11,6 @@ |
||
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 |