Completed
Push — 1.9 ( fa6699 )
by
unknown
301:30 queued 254:09
created
src/Oro/Bundle/OrganizationBundle/Twig/OwnerTypeExtension.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param object $entity
43
+     * @param \Oro\Bundle\OrganizationBundle\Entity\BusinessUnit $entity
44 44
      * @return string
45 45
      */
46 46
     public function getOwnerType($entity)
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param object $entity
58
+     * @param \Oro\Bundle\OrganizationBundle\Tests\Unit\Fixture\Entity\Entity $entity
59 59
      *
60 60
      * @return null|object
61 61
      */
Please login to merge, or discard this 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.
src/Oro/Bundle/QueryDesignerBundle/Model/Column.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * Get sorting mode.
69 69
      * Can be ASC, DESC or null.
70 70
      *
71
-     * @return string|null
71
+     * @return string
72 72
      */
73 73
     public function getSorting()
74 74
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
      *
95 95
      * Note: getFunc name is used instead of getFunction due a problem with JS
96 96
      *
97
-     * @return array|null
97
+     * @return string
98 98
      */
99 99
     public function getFunc()
100 100
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/QueryDesignerBundle/Model/Grouping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Get column names
24 24
      *
25
-     * @return string
25
+     * @return string[]
26 26
      */
27 27
     public function getColumnNames()
28 28
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/QueryDesignerBundle/QueryDesigner/AbstractQueryConverter.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1021,7 +1021,7 @@
 block discarded – undo
1021 1021
 
1022 1022
     /**
1023 1023
      * @param string $columnName
1024
-     * @param array $joinIds
1024
+     * @param string[] $joinIds
1025 1025
      */
1026 1026
     protected function addColumnAliasesForVirtualRelation($columnName, array $joinIds)
1027 1027
     {
Please login to merge, or discard this 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.
Bundle/ReminderBundle/Entity/Collection/RemindersPersistentCollection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
     /**
186 186
      * Get elements to delete
187 187
      *
188
-     * @return array
188
+     * @return ReminderDataInterface[]
189 189
      */
190 190
     public function getDeleteDiff()
191 191
     {
Please login to merge, or discard this 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.
src/Oro/Bundle/ReminderBundle/Entity/Reminder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@
 block discarded – undo
388 388
     /**
389 389
      * Get related entity class name
390 390
      *
391
-     * @return string
391
+     * @return integer
392 392
      */
393 393
     public function getRelatedEntityClassName()
394 394
     {
Please login to merge, or discard this 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.
src/Oro/Bundle/RequireJSBundle/Provider/Config.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @param ContainerInterface $container
45 45
      * @param EngineInterface $templating
46
-     * @param $template
46
+     * @param string $template
47 47
      */
48 48
     public function __construct(ContainerInterface $container, EngineInterface $templating, $template)
49 49
     {
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.
src/Oro/Bundle/SearchBundle/Engine/AbstractEngine.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      *
80 80
      * @param Query $query
81 81
      *
82
-     * @return array
82
+     * @return Query
83 83
      */
84 84
     abstract protected function doSearch(Query $query);
85 85
 
Please login to merge, or discard this patch.
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,15 +6,10 @@
 block discarded – undo
6 6
 use Doctrine\Common\Util\ClassUtils;
7 7
 use Doctrine\ORM\EntityManager;
8 8
 use Doctrine\ORM\Query\Expr\OrderBy;
9
-
10 9
 use JMS\JobQueueBundle\Entity\Job;
11
-
12 10
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
13
-
14 11
 use Oro\Bundle\BatchBundle\ORM\Query\BufferedQueryResultIterator;
15
-
16 12
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
17
-
18 13
 use Oro\Bundle\SearchBundle\Command\IndexCommand;
19 14
 use Oro\Bundle\SearchBundle\Entity\Query as QueryLog;
20 15
 use Oro\Bundle\SearchBundle\Event\BeforeSearchEvent;
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Engine/Indexer.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Get array with mapped entities
75 75
      *
76
-     * @return array
76
+     * @return string[]
77 77
      */
78 78
     public function getEntitiesListAliases()
79 79
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Get list of entities allowed to user
113 113
      *
114
-     * @return array
114
+     * @return string[]
115 115
      */
116 116
     public function getAllowedEntitiesListAliases()
117 117
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,16 +4,13 @@
 block discarded – undo
4 4
 
5 5
 use Oro\Bundle\WorkflowBundle\Model\ContextAccessor;
6 6
 use Symfony\Component\Form\Test\FormIntegrationTestCase;
7
-
8 7
 use Oro\Bundle\WorkflowBundle\Form\EventListener\DefaultValuesListener;
9 8
 use Oro\Bundle\WorkflowBundle\Form\EventListener\InitActionsListener;
10 9
 use Oro\Bundle\WorkflowBundle\Form\EventListener\RequiredAttributesListener;
11 10
 use Oro\Bundle\WorkflowBundle\Form\Type\WorkflowAttributesType;
12
-
13 11
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowItem;
14 12
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
15 13
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowDefinition;
16
-
17 14
 use Oro\Bundle\WorkflowBundle\Model\Step;
18 15
 use Oro\Bundle\WorkflowBundle\Model\Attribute;
19 16
 use Oro\Bundle\WorkflowBundle\Model\WorkflowData;
Please login to merge, or discard this patch.