Completed
Push — master ( 745a49...f028fe )
by Markus
04:58
created
src/Mathielen/ImportEngine/Import/ImportBuilder.php 1 patch
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.