Completed
Push — 1.9 ( fa6699 )
by
unknown
301:30 queued 254:09
created
src/Oro/Bundle/IntegrationBundle/Manager/DeleteManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Delete integration
41 41
      *
42
-     * @param integration $integration
42
+     * @param Integration $integration
43 43
      *
44 44
      * @return bool
45 45
      */
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/IntegrationBundle/Manager/TypesRegistry.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      *
180 180
      * @param string $integrationType
181 181
      *
182
-     * @return array
182
+     * @return \Symfony\Component\Form\FormInterface
183 183
      */
184 184
     public function getAvailableTransportTypesChoiceList($integrationType)
185 185
     {
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/IntegrationBundle/Provider/Rest/Client/Guzzle/GuzzleRestClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
      * @param mixed $data
162 162
      * @param array $headers
163 163
      * @param array $options
164
-     * @return string
164
+     * @return GuzzleRestResponse
165 165
      * @throws GuzzleRestException
166 166
      */
167 167
     public function performRequest(
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/IntegrationBundle/Provider/Rest/Client/Guzzle/GuzzleRestResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return null|string
31
+     * @return string
32 32
      */
33 33
     public function getRequestUrl()
34 34
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/IntegrationBundle/Provider/Rest/Exception/RestException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @return RestResponseInterface|null
68
+     * @return RestResponseInterface
69 69
      */
70 70
     public function getResponse()
71 71
     {
Please login to merge, or discard this patch.
IntegrationBundle/Tests/Unit/ImportExport/Reader/EntityReaderByIdTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     /**
104 104
      * @param mixed $context
105 105
      *
106
-     * @return \PHPUnit_Framework_MockObject_MockObject+
106
+     * @return \Akeneo\Bundle\BatchBundle\Entity\StepExecution
107 107
      */
108 108
     protected function getMockStepExecution($context)
109 109
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,9 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\IntegrationBundle\Tests\Unit\ImportExport\Reader;
4 4
 
5 5
 use Symfony\Bridge\Doctrine\ManagerRegistry;
6
-
7
-use Doctrine\ORM\Query;
8 6
 use Doctrine\ORM\EntityManager;
9 7
 use Doctrine\Common\Annotations\AnnotationReader;
10 8
 use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
11
-
12 9
 use Oro\Bundle\ImportExportBundle\Context\ContextRegistry;
13 10
 use Oro\Bundle\IntegrationBundle\Reader\EntityReaderById;
14 11
 use Oro\Bundle\TestFrameworkBundle\Test\Doctrine\ORM\OrmTestCase;
Please login to merge, or discard this patch.
src/Oro/Bundle/LayoutBundle/Annotation/Layout.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Returns the controller action type.
55 55
      *
56
-     * @return string|null
56
+     * @return string
57 57
      */
58 58
     public function getAction()
59 59
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Returns the layout theme name.
75 75
      *
76
-     * @return string|null
76
+     * @return string
77 77
      */
78 78
     public function getTheme()
79 79
     {
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     /**
124 124
      * Returns the layout context variables.
125 125
      *
126
-     * @return string[]|null
126
+     * @return string|null
127 127
      */
128 128
     public function getVars()
129 129
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/LayoutBundle/Layout/Form/FormLayoutBuilder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
      *
144 144
      * @param string $fieldPath
145 145
      *
146
-     * @return string|null
146
+     * @return string
147 147
      */
148 148
     protected function getParentFieldPath($fieldPath)
149 149
     {
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/LayoutBundle/Layout/Form/GroupingFormLayoutBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Oro\Bundle\LayoutBundle\Layout\Form;
4 4
 
5
-use Symfony\Component\Form\FormInterface;
6
-
7 5
 use Oro\Component\Layout\BlockBuilderInterface;
8
-
9 6
 use Oro\Bundle\LayoutBundle\Layout\Block\Type\FieldsetType;
10 7
 
11 8
 class GroupingFormLayoutBuilder extends FormLayoutBuilder
Please login to merge, or discard this patch.