Completed
Push — 1.9 ( 9955b8...d085a6 )
by
unknown
11:29
created
src/OroCRM/Bundle/MagentoBundle/EventListener/StoreGridListener.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\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Form/Type/CustomerGroupSelectType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * Checks if the form type should be read-only or not
87 87
      *
88
-     * @param array $options
88
+     * @param Options $options
89 89
      *
90 90
      * @return bool
91 91
      */
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/EventListener/StoreGridListenerTest.php 1 patch
Unused Use Statements   -13 removed lines patch added patch discarded remove patch
@@ -6,20 +6,7 @@
 block discarded – undo
6 6
 use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration;
7 7
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
8 8
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
9
-
10
-
11
-use OroCRM\Bundle\MagentoBundle\EventListener\UpdateIntegrationConnectorsListener;
12
-use OroCRM\Bundle\MagentoBundle\Provider\ChannelType;
13
-use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
14
-
15
-
16
-use Oro\Bundle\DataGridBundle\Datagrid\Common\DatagridConfiguration;
17 9
 use Oro\Bundle\DataGridBundle\Datagrid\ParameterBag;
18
-use Oro\Bundle\DataGridBundle\Event\PreBuild;
19
-use OroCRM\Bundle\MagentoBundle\EventListener\CustomerDataGridListener;
20
-use Symfony\Component\HttpFoundation\Request;
21
-use Symfony\Component\HttpFoundation\RequestStack;
22
-
23 10
 use OroCRM\Bundle\MagentoBundle\EventListener\StoreGridListener;
24 11
 
25 12
 class StoreGridListenerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.