Completed
Pull Request — master (#364)
by Sufijen
463:55 queued 423:35
created
src/Oro/Bundle/ActivityBundle/Model/ExtendActivity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * The real implementation of this method is auto generated.
51 51
      *
52 52
      * @param object $target Any configurable entity that can be associated with this activity
53
-     * @return object This object
53
+     * @return ExtendActivity This object
54 54
      */
55 55
     public function addActivityTarget($target)
56 56
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * The real implementation of this method is auto generated.
64 64
      *
65 65
      * @param object $target Any configurable entity that can be associated with this activity
66
-     * @return object This object
66
+     * @return ExtendActivity This object
67 67
      */
68 68
     public function removeActivityTarget($target)
69 69
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Entity/ActivityList.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -499,7 +499,7 @@
 block discarded – undo
499 499
     }
500 500
 
501 501
     /**
502
-     * @param $relatedActivityClass
502
+     * @param string $relatedActivityClass
503 503
      *
504 504
      * @return self
505 505
      */
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.
src/Oro/Bundle/ActivityListBundle/Filter/ActivityListFilter.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,6 @@
 block discarded – undo
369 369
     }
370 370
 
371 371
     /**
372
-     * @param string $columnName
373 372
      *
374 373
      * @return string
375 374
      */
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.
src/Oro/Bundle/AddressBundle/Tests/Unit/Entity/AbstractAddressTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@
 block discarded – undo
369 369
 
370 370
     /**
371 371
      * @param int|null $id
372
-     * @return AbstractAddress|\PHPUnit_Framework_MockObject_MockObject
372
+     * @return AbstractAddress
373 373
      */
374 374
     protected function createAddress($id = null)
375 375
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Oro\Bundle\AddressBundle\Tests\Entity;
4 4
 
5
-use Symfony\Component\Validator\ExecutionContext;
6
-
7 5
 use Oro\Bundle\AddressBundle\Entity\AbstractAddress;
8 6
 use Oro\Bundle\AddressBundle\Entity\Country;
9 7
 use Oro\Bundle\AddressBundle\Entity\Region;
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Tests/Unit/Entity/AbstractEmailTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     /**
96 96
      * @param string|null $email
97 97
      * @param int $id
98
-     * @return AbstractEmail|\PHPUnit_Framework_MockObject_MockObject
98
+     * @return AbstractEmail
99 99
      */
100 100
     protected function createEmail($email = null, $id = null)
101 101
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/AddressBundle/Tests/Unit/Entity/AbstractPhoneTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     /**
97 97
      * @param string|null $phone
98 98
      * @param int $id
99
-     * @return AbstractPhone|\PHPUnit_Framework_MockObject_MockObject
99
+     * @return AbstractPhone
100 100
      */
101 101
     protected function createPhone($phone = null, $id = null)
102 102
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/AsseticBundle/Twig/AsseticTokenParser.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      * @param array $filters
137 137
      * @param array $attributes
138 138
      * @param int $lineno
139
-     * @return AsseticNode
139
+     * @return DebugAsseticNode
140 140
      */
141 141
     protected function createDebugAsseticNode(
142 142
         \Twig_NodeInterface $body,
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/AttachmentBundle/EventListener/AttachmentGridListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     protected $paramsToBind = [];
17 17
 
18 18
     /**
19
-     * @param array $paramsToBind
19
+     * @param string[] $paramsToBind
20 20
      */
21 21
     public function __construct($paramsToBind = [])
22 22
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/AttachmentBundle/Manager/AttachmentManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
     /**
292 292
      * Return url parameters from encoded string
293 293
      *
294
-     * @param $urlString
294
+     * @param string $urlString
295 295
      * @return array
296 296
      *   - parent class
297 297
      *   - field name
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.