Completed
Push — master ( dd2819...45b95e )
by
unknown
10:20
created
src/OroCRM/Bundle/MagentoBundle/Form/Handler/CartItemHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Bridge\Doctrine\RegistryInterface;
6 6
 use Symfony\Component\Form\FormInterface;
7 7
 use Symfony\Component\HttpFoundation\Request;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\CartItem;
10 9
 
11 10
 class CartItemHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Handler/CustomerAddressApiHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Bridge\Doctrine\RegistryInterface;
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\Security\Core\SecurityContextInterface;
11
-
12 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
13
-
14 11
 use OroCRM\Bundle\MagentoBundle\Entity\Address;
15 12
 
16 13
 class CustomerAddressApiHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Handler/CustomerApiHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Bridge\Doctrine\RegistryInterface;
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\Security\Core\SecurityContextInterface;
11
-
12 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
13
-
14 11
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
15 12
 
16 13
 class CustomerApiHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Handler/OrderAddressApiHandler.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,13 +3,10 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\Security\Core\SecurityContextInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10
-
11 9
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
12
-
13 10
 use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler;
14 11
 
15 12
 class OrderAddressApiHandler extends ApiFormHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Handler/OrderHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 use Symfony\Component\Form\FormInterface;
7 7
 use Symfony\Component\HttpFoundation\Request;
8 8
 use Symfony\Component\Security\Core\SecurityContextInterface;
9
-
10 9
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
11
-
12 10
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
13 11
 use OroCRM\Bundle\MagentoBundle\Entity\OrderAddress;
14 12
 use OroCRM\Bundle\MagentoBundle\Entity\OrderItem;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Handler/OrderItemHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Bundle\DoctrineBundle\Registry;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use OroCRM\Bundle\MagentoBundle\Entity\OrderItem;
11 9
 
12 10
 class OrderItemHandler
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Type/CustomerChannelSelectType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,12 +5,10 @@
 block discarded – undo
5 5
 use Doctrine\ORM\EntityManager;
6 6
 use Doctrine\ORM\EntityRepository;
7 7
 use Doctrine\ORM\QueryBuilder;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
10 9
 use Symfony\Component\Form\AbstractType;
11 10
 use Symfony\Component\OptionsResolver\Options;
12 11
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
13
-
14 12
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
15 13
 
16 14
 class CustomerChannelSelectType extends AbstractType
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Grid/FormatterContextResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /**
10 10
      * Return currency from given row
11 11
      *
12
-     * @return callable
12
+     * @return \Closure
13 13
      */
14 14
     public static function getResolverCurrencyClosure()
15 15
     {
Please login to merge, or discard this patch.
Bundle/MagentoBundle/ImportExport/Converter/CustomerDataConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param string|int $gender
66
+     * @param boolean|string $gender
67 67
      * @return null|string
68 68
      */
69 69
     protected function getOroGender($gender)
Please login to merge, or discard this patch.