Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/AddressBundle/Entity/AbstractAddress.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\AddressBundle\Entity;
4 4
 
5 5
 use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
6
-
7 6
 use Doctrine\Common\Util\ClassUtils;
8 7
 use Doctrine\ORM\Mapping as ORM;
9
-
10 8
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
11
-
12 9
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\ConfigField;
13 10
 use Oro\Bundle\FormBundle\Entity\EmptyItem;
14 11
 use Oro\Bundle\LocaleBundle\Model\AddressInterface;
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Entity/Country.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,12 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6 6
 use Doctrine\Common\Collections\ArrayCollection;
7
-
8 7
 use Gedmo\Mapping\Annotation as Gedmo;
9 8
 use Gedmo\Translatable\Translatable;
10
-
11 9
 use JMS\Serializer\Annotation as JMS;
12
-
13 10
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config;
14 11
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\ConfigField;
15 12
 use Oro\Bundle\AddressBundle\Model\ExtendCountry;
Please login to merge, or discard this patch.
Bundle/AddressBundle/Form/EventListener/FixAddressesPrimarySubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Oro\Bundle\AddressBundle\Form\EventListener;
3 3
 
4 4
 use Oro\Bundle\AddressBundle\Entity\AbstractTypedAddress;
5
-
6 5
 use Symfony\Component\Form\FormEvent;
7 6
 use Symfony\Component\Form\FormEvents;
8 7
 use Symfony\Component\PropertyAccess\PropertyAccess;
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Form/Handler/AddressHandler.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 Oro\Bundle\AddressBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use Oro\Bundle\AddressBundle\Entity\AbstractAddress;
11 9
 
12 10
 class AddressHandler
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Migrations/Data/ORM/LoadCountryData.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Oro\Bundle\MigrationBundle\Fixture\VersionedFixtureInterface;
6 6
 use Symfony\Component\Yaml\Yaml;
7
-
8 7
 use Doctrine\Common\Persistence\ObjectManager;
9 8
 use Doctrine\ORM\EntityRepository;
10
-
11 9
 use Oro\Bundle\TranslationBundle\DataFixtures\AbstractTranslatableEntityFixture;
12 10
 use Oro\Bundle\AddressBundle\Entity\Country;
13 11
 use Oro\Bundle\AddressBundle\Entity\Region;
14
-
15 12
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
16 13
 use Symfony\Component\DependencyInjection\ContainerInterface;
17 14
 
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Tests/Unit/Entity/AbstractAddressTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Oro\Bundle\AddressBundle\Tests\Entity;
4 4
 
5
-use Symfony\Component\Validator\ExecutionContext;
6
-
7 5
 use Oro\Bundle\AddressBundle\Entity\AbstractAddress;
8 6
 use Oro\Bundle\AddressBundle\Entity\Country;
9 7
 use Oro\Bundle\AddressBundle\Entity\Region;
Please login to merge, or discard this patch.
Tests/Unit/Form/EventListener/FixAddressesPrimaryAndTypesSubscriberTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Oro\Bundle\AddressBundle\Entity\AddressType;
7 7
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddressOwner;
8 8
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddress;
9
-
10 9
 use Symfony\Component\Form\FormEvents;
11 10
 
12 11
 class FixAddressesPrimaryAndTypesSubscriberTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Tests/Unit/Form/EventListener/FixAddressesPrimarySubscriberTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Oro\Bundle\AddressBundle\Form\EventListener\FixAddressesPrimarySubscriber;
7 7
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddressOwner;
8 8
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddress;
9
-
10 9
 use Symfony\Component\Form\FormEvents;
11 10
 
12 11
 class FixAddressesPrimarySubscriberTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Tests/Unit/Form/EventListener/FixAddressesTypesSubscriberTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Oro\Bundle\AddressBundle\Entity\AddressType;
7 7
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddressOwner;
8 8
 use Oro\Bundle\AddressBundle\Tests\Unit\Fixtures\TypedAddress;
9
-
10 9
 use Symfony\Component\Form\FormEvents;
11 10
 
12 11
 class FixAddressesTypesSubscriberTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.