@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Doctrine\Common\Collections\ArrayCollection; |
7 | - |
|
8 | 7 | use Oro\Bundle\ActivityListBundle\Entity\ActivityList; |
9 | 8 | use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider; |
10 | 9 | use Oro\Bundle\ActivityListBundle\Model\ActivityListProviderInterface; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityRepository; |
6 | 6 | use Doctrine\ORM\QueryBuilder; |
7 | - |
|
8 | 7 | use Oro\Bundle\ActivityListBundle\Tools\ActivityListEntityConfigDumperExtension; |
9 | 8 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper; |
10 | 9 |
@@ -369,7 +369,6 @@ |
||
369 | 369 | } |
370 | 370 | |
371 | 371 | /** |
372 | - * @param string $columnName |
|
373 | 372 | * |
374 | 373 | * @return string |
375 | 374 | */ |
@@ -5,11 +5,8 @@ |
||
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | 6 | use Doctrine\ORM\Mapping\ClassMetadata; |
7 | 7 | use Doctrine\ORM\QueryBuilder; |
8 | - |
|
9 | 8 | use LogicException; |
10 | - |
|
11 | 9 | use Symfony\Component\Form\FormFactoryInterface; |
12 | - |
|
13 | 10 | use Oro\Bundle\ActivityBundle\Manager\ActivityManager; |
14 | 11 | use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider; |
15 | 12 | use Oro\Bundle\ActivityListBundle\Form\Type\ActivityListFilterType; |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\DataFixtures\AbstractFixture; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | - |
|
8 | 7 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
9 | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
10 | 9 | use Symfony\Component\PropertyAccess\PropertyAccess; |
11 | - |
|
12 | 10 | use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider; |
13 | 11 | use Oro\Bundle\OrganizationBundle\Entity\Organization; |
14 | 12 | use Oro\Bundle\UserBundle\Entity\User; |
@@ -4,12 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
6 | 6 | use Symfony\Component\DependencyInjection\ContainerInterface; |
7 | - |
|
8 | 7 | use Doctrine\Common\DataFixtures\DependentFixtureInterface; |
9 | 8 | use Doctrine\Common\DataFixtures\AbstractFixture; |
10 | 9 | use Doctrine\Common\Persistence\ObjectManager; |
11 | 10 | use Doctrine\ORM\QueryBuilder; |
12 | - |
|
13 | 11 | use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator; |
14 | 12 | use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider; |
15 | 13 | use Oro\Bundle\ActivityListBundle\Entity\ActivityList; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\ActivityListBundle\Placeholder; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ManagerRegistry; |
6 | - |
|
7 | 6 | use Oro\Bundle\ActivityBundle\EntityConfig\ActivityScope; |
8 | 7 | use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider; |
9 | 8 | use Oro\Bundle\EntityBundle\ORM\DoctrineHelper; |
@@ -322,7 +322,7 @@ |
||
322 | 322 | } |
323 | 323 | |
324 | 324 | /** |
325 | - * @param object $entity |
|
325 | + * @param \stdClass $entity |
|
326 | 326 | * |
327 | 327 | * @return string|null |
328 | 328 | */ |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Oro\Bundle\ActivityListBundle\Provider; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Symfony\Component\Translation\TranslatorInterface; |
8 | - |
|
9 | 7 | use Oro\Bundle\ActivityListBundle\Model\ActivityListUpdatedByProviderInterface; |
10 | 8 | use Oro\Bundle\ConfigBundle\Config\ConfigManager as Config; |
11 | 9 | use Oro\Bundle\EntityBundle\ORM\DoctrineHelper; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Persistence\ObjectManager; |
6 | 6 | use Doctrine\Common\DataFixtures\AbstractFixture; |
7 | - |
|
8 | 7 | use Oro\Bundle\TestFrameworkBundle\Entity\TestActivity; |
9 | 8 | use Oro\Bundle\TestFrameworkBundle\Entity\TestActivityTarget; |
10 | 9 | use Oro\Bundle\UserBundle\Entity\User; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\ORM\QueryBuilder; |
6 | 6 | use Doctrine\ORM\Mapping\ClassMetadata; |
7 | - |
|
8 | 7 | use Oro\Bundle\ActivityListBundle\Entity\ActivityList; |
9 | 8 | use Oro\Bundle\ActivityListBundle\Entity\Manager\ActivityListManager; |
10 | 9 | use Oro\Bundle\ActivityListBundle\Entity\Repository\ActivityListRepository; |