@@ -223,7 +223,7 @@ discard block |
||
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 |
||
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 | { |
@@ -4,15 +4,12 @@ |
||
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 |