Completed
Pull Request — master (#2)
by Tim
04:05
created
src/Services/ProductProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
     /**
286 286
      * Return's the action with the product int attribute CRUD methods.
287 287
      *
288
-     * @return \TechDivision\Import\Product\Actions\ProductIntAction The action instance
288
+     * @return \TechDivision\Import\Product\Actions\ProductTextAction The action instance
289 289
      */
290 290
     public function getProductIntAction()
291 291
     {
Please login to merge, or discard this patch.
src/Subjects/BunchSubject.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     /**
226 226
      * Return's the product processor instance.
227 227
      *
228
-     * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance
228
+     * @return ProductProcessorInterface The product processor instance
229 229
      */
230 230
     public function getProductProcessor()
231 231
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     /**
270 270
      * Return's the ID of the product that has been created recently.
271 271
      *
272
-     * @return string The entity Id
272
+     * @return integer The entity Id
273 273
      */
274 274
     public function getLastEntityId()
275 275
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Goodby\CSV\Export\Standard\ExporterConfig;
25 25
 use TechDivision\Import\Subjects\AbstractSubject;
26 26
 use TechDivision\Import\Utils\RegistryKeys;
27
-use TechDivision\Import\Services\RegistryProcessor;
28 27
 use TechDivision\Import\Product\Utils\MemberNames;
29 28
 use TechDivision\Import\Product\Utils\VisibilityKeys;
30 29
 use TechDivision\Import\Product\Services\ProductProcessorInterface;
Please login to merge, or discard this patch.