Completed
Push — master ( 8cd81c...245fef )
by
unknown
68:10 queued 34:22
created
src/Oro/Bundle/ActivityListBundle/Entity/Manager/ActivityListManager.php 2 patches
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Oro\Bundle\ActivityListBundle\Entity\Manager;
4 4
 
5
-use Doctrine\Bundle\DoctrineBundle\Registry;
6
-use Doctrine\ORM\EntityManager;
7 5
 use Doctrine\ORM\QueryBuilder;
8
-
9 6
 use Oro\Bundle\ActivityListBundle\Helper\ActivityInheritanceTargetsHelper;
10 7
 use Symfony\Component\Security\Core\Util\ClassUtils;
11
-
12 8
 use Oro\Bundle\ActivityListBundle\Model\ActivityListGroupProviderInterface;
13 9
 use Oro\Bundle\ActivityListBundle\Filter\ActivityListFilterHelper;
14 10
 use Oro\Bundle\ActivityListBundle\Provider\ActivityListChainProvider;
Please login to merge, or discard this patch.
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -278,9 +278,11 @@  discard block
 block discarded – undo
278 278
     /**
279 279
      * Get Grouped Entities by Activity Entity
280 280
      *
281
-     * @param object $entity
281
+     * @param \stdClass $entity
282 282
      * @param string $widgetId
283 283
      * @param array  $filterMetadata
284
+     * @param string $targetActivityClass
285
+     * @param string $targetActivityId
284 286
      *
285 287
      * @return array
286 288
      */
@@ -332,7 +334,7 @@  discard block
 block discarded – undo
332 334
 
333 335
     /**
334 336
      * @param ActivityList $entity
335
-     * @param object       $entityProvider
337
+     * @param \Oro\Bundle\ActivityListBundle\Model\ActivityListProviderInterface       $entityProvider
336 338
      *
337 339
      * @return bool
338 340
      */
@@ -348,7 +350,7 @@  discard block
 block discarded – undo
348 350
 
349 351
     /**
350 352
      * @param ActivityList $entity
351
-     * @param object       $entityProvider
353
+     * @param \Oro\Bundle\ActivityListBundle\Model\ActivityListProviderInterface       $entityProvider
352 354
      *
353 355
      * @return array
354 356
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Entity/Manager/CollectListManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
Oro/Bundle/ActivityListBundle/Entity/Repository/ActivityListRepository.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @param string $className Target entity class name
108 108
      * @param int $entityId     Target entity id
109
-     * @param array $types      Activity types
109
+     * @param string[] $types      Activity types
110 110
      *
111 111
      * @return int              Number of activity list records
112 112
      */
Please login to merge, or discard this patch.
Oro/Bundle/ActivityListBundle/Helper/ActivityInheritanceTargetsHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
Oro/Bundle/ActivityListBundle/Migration/Extension/ActivityListExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
Oro/Bundle/ActivityListBundle/Migrations/Data/ORM/AddActivityListsData.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\EventManager;
6 6
 use Doctrine\DBAL\Driver\Connection;
7
-
8 7
 use Symfony\Component\Filesystem\Filesystem;
9
-
10 8
 use Oro\Component\TestUtils\ORM\Mocks\DriverMock;
11 9
 use Oro\Component\TestUtils\ORM\Mocks\EntityManagerMock;
12 10
 
Please login to merge, or discard this patch.
Bundle/ActivityListBundle/Migrations/Data/ORM/UpdateActivityListOwner.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\EventManager;
6 6
 use Doctrine\DBAL\Driver\Connection;
7
-
8 7
 use Symfony\Component\Filesystem\Filesystem;
9
-
10 8
 use Oro\Component\TestUtils\ORM\Mocks\DriverMock;
11 9
 use Oro\Component\TestUtils\ORM\Mocks\EntityManagerMock;
12 10
 
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Provider/ActivityListChainProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param object $entity
66
+     * @param \stdClass $entity
67 67
      * @param FormInterface $form
68 68
      * @param array|callable $saveAndStayRoute
69 69
      * @param array|callable $saveAndCloseRoute
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\EventManager;
6 6
 use Doctrine\DBAL\Driver\Connection;
7
-
8 7
 use Symfony\Component\Filesystem\Filesystem;
9
-
10 8
 use Oro\Component\TestUtils\ORM\Mocks\DriverMock;
11 9
 use Oro\Component\TestUtils\ORM\Mocks\EntityManagerMock;
12 10
 
Please login to merge, or discard this patch.
ActivityListBundle/Tests/Functional/DataFixtures/LoadActivityData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.