Completed
Push — master ( 071efa...3f8d58 )
by Tim
09:16
created
src/Callbacks/BooleanCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      *
52 52
      * @param mixed $value The value to handle
53 53
      *
54
-     * @return mixed The modified value
54
+     * @return boolean The modified value
55 55
      * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle()
56 56
      */
57 57
     public function handle($value)
Please login to merge, or discard this patch.
src/Callbacks/MultiselectCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      *
40 40
      * @param mixed $value The value to handle
41 41
      *
42
-     * @return mixed The modified value
42
+     * @return string The modified value
43 43
      * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle()
44 44
      */
45 45
     public function handle($value)
Please login to merge, or discard this patch.
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.