Completed
Push — master ( 0b205b...bde6a0 )
by
unknown
10:16
created
src/OroCRM/Bundle/MagentoBundle/ImportExport/Strategy/CartStrategy.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
 
224 224
     /**
225 225
      * @param Cart $entity
226
-     * @return null
226
+     * @return boolean
227 227
      */
228 228
     protected function hasContactInfo(Cart $entity)
229 229
     {
@@ -266,6 +266,7 @@  discard block
 block discarded – undo
266 266
 
267 267
     /**
268 268
      * {@inheritdoc}
269
+     * @param \OroCRM\Bundle\MagentoBundle\Entity\Customer $entity
269 270
      */
270 271
     protected function findExistingEntity($entity, array $searchContext = [])
271 272
     {
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Provider/Opportunity/ForecastProvider.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,15 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\ORM\EntityRepository;
7
-
8 7
 use Doctrine\Common\DataFixtures\AbstractFixture;
9 8
 use Doctrine\Common\Persistence\ObjectManager;
10
-
11 9
 use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit;
12 10
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
13 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
14 12
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15
-
16 13
 use Oro\Bundle\UserBundle\Entity\UserManager;
17 14
 use Oro\Bundle\UserBundle\Entity\User;
18 15
 
Please login to merge, or discard this patch.