Passed
Push — master ( 620952...257e1f )
by Jens
09:22
created
src/Request/Products/Command/ProductSetPricesAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Commercetools\Core\Request\Products\Command;
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9
-use Commercetools\Core\Model\Common\PriceDraft;
10 9
 use Commercetools\Core\Request\AbstractAction;
11 10
 use Commercetools\Core\Model\Common\PriceDraftCollection;
12 11
 
Please login to merge, or discard this patch.
Request/ProductTypes/Command/ProductTypeChangeLocalizedEnumLabelAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $attributeName
45 45
      * @param LocalizedEnum $enum
46 46
      * @param Context|callable $context
47
-     * @return ProductTypeChangeLabelAction
47
+     * @return ProductTypeChangeLocalizedEnumLabelAction
48 48
      */
49 49
     public static function ofAttributeNameAndEnumValue($attributeName, LocalizedEnum $enum, $context = null)
50 50
     {
Please login to merge, or discard this patch.
src/Request/ProductTypes/Command/ProductTypeChangePlainEnumLabelAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $attributeName
45 45
      * @param Enum $enum
46 46
      * @param Context|callable $context
47
-     * @return ProductTypeChangeLabelAction
47
+     * @return ProductTypeChangePlainEnumLabelAction
48 48
      */
49 49
     public static function ofAttributeNameAndEnumValue($attributeName, Enum $enum, $context = null)
50 50
     {
Please login to merge, or discard this patch.
Request/ProductTypes/Command/ProductTypeChangePlainEnumValueOrderAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $attributeName
45 45
      * @param EnumCollection $values
46 46
      * @param Context|callable $context
47
-     * @return ProductTypeAddPlainEnumValueAction
47
+     * @return ProductTypeChangePlainEnumValueOrderAction
48 48
      */
49 49
     public static function ofAttributeNameAndValues($attributeName, EnumCollection $values, $context = null)
50 50
     {
Please login to merge, or discard this patch.
src/Request/Reviews/Command/ReviewSetTargetAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Request\AbstractAction;
10
-use Commercetools\Core\Model\Customer\CustomerReference;
11 10
 use Commercetools\Core\Model\Common\ResourceIdentifier;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/Request/Types/Command/TypeAddFieldDefinitionAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Model\Type\FieldDefinition;
10 10
 use Commercetools\Core\Request\AbstractAction;
11
-use Commercetools\Core\Model\Common\LocalizedString;
12 11
 
13 12
 /**
14 13
  * @package Commercetools\Core\Request\Types\Command
Please login to merge, or discard this patch.