Completed
Push — master ( cdcfa5...5f41e8 )
by Tim
02:42
created
src/Configuration.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
      *
337 337
      * @param string $operationName The operation name that has to be used
338 338
      *
339
-     * @return void
339
+     * @return string
340 340
      */
341 341
     public function setOperationName($operationName)
342 342
     {
@@ -424,7 +424,7 @@  discard block
 block discarded – undo
424 424
      *
425 425
      * @param string $utilityClassName The utility class name
426 426
      *
427
-     * @return void
427
+     * @return string
428 428
      */
429 429
     public function setUtilityClassName($utilityClassName)
430 430
     {
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
     /**
601 601
      * Add's the passed database configuration.
602 602
      *
603
-     * @param \TechDivision\Import\Configuration\DatabaseConfigurationInterface $database The database configuration
603
+     * @param Configuration\Database $database The database configuration
604 604
      *
605 605
      * @return void
606 606
      */
Please login to merge, or discard this patch.
src/Configuration/Plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * Return's the reference to the configuration instance.
78 78
      *
79
-     * @return \TechDivision\Import\ConfigurationInterface The configuration instance
79
+     * @return string The configuration instance
80 80
      */
81 81
     public function getConfiguration()
82 82
     {
Please login to merge, or discard this patch.
src/Services/EeProductMediaProcessorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @param \PDO                                                            $connection    The PDO connection to use
53 53
      * @param TechDivision\Import\Configuration\SubjectConfigurationInterface $configuration The subject configuration
54 54
      *
55
-     * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance
55
+     * @return \TechDivision\Import\Product\Media\Services\ProductMediaProcessor The processor instance
56 56
      */
57 57
     public static function factory(\PDO $connection, SubjectConfigurationInterface $configuration)
58 58
     {
Please login to merge, or discard this patch.