Completed
Push — master ( 5e6645...6761f8 )
by André
69:56 queued 46:19
created
eZ/Publish/Core/REST/Client/IOService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
      *
129 129
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException
130 130
      *
131
-     * @param string $binaryFileid
131
+     * @param string $binaryFileId
132 132
      *
133 133
      * @return \eZ\Publish\Core\IO\Values\BinaryFile
134 134
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
      * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
216 216
      * @param \eZ\Publish\API\Repository\Values\Content\Location $rootLocation
217 217
      *
218
-     * @return \eZ\Publish\API\Repository\Values\Content\Location[]
218
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
219 219
      */
220 220
     public function loadLocations(ContentInfo $contentInfo, Location $rootLocation = null)
221 221
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/ObjectStateService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
      *
135 135
      * @todo Implement offset & limit
136 136
      *
137
-     * @return \eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup[]
137
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
138 138
      */
139 139
     public function loadObjectStateGroups($offset = 0, $limit = -1)
140 140
     {
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      *
155 155
      * @param \eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup $objectStateGroup
156 156
      *
157
-     * @return \eZ\Publish\API\Repository\Values\ObjectState\ObjectState[]
157
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
158 158
      */
159 159
     public function loadObjectStates(ObjectStateGroup $objectStateGroup)
160 160
     {
Please login to merge, or discard this patch.
Core/REST/Client/Output/ValueObjectVisitor/FieldDefinitionCreateStruct.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
     protected $fieldTypeSerializer;
28 28
 
29 29
     /**
30
-     * @param \eZ\Publish\Core\REST\Common\RequestParser $requestParser
31 30
      * @param \eZ\Publish\Core\REST\Common\Output\FieldTypeSerializer $fieldTypeSerializer
32 31
      */
33 32
     public function __construct(FieldTypeSerializer $fieldTypeSerializer)
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/RoleService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -558,7 +558,7 @@  discard block
 block discarded – undo
558 558
      *
559 559
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException if the authenticated user is not allowed to read the roles
560 560
      *
561
-     * @return \eZ\Publish\API\Repository\Values\User\Role[]
561
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
562 562
      */
563 563
     public function loadRoles()
564 564
     {
@@ -606,7 +606,7 @@  discard block
 block discarded – undo
606 606
      *
607 607
      * @param mixed $userId
608 608
      *
609
-     * @return \eZ\Publish\API\Repository\Values\User\Policy[]
609
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
610 610
      */
611 611
     public function loadPoliciesByUserId($userId)
612 612
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/SectionService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
      *
171 171
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException If the current user user is not allowed to read a section
172 172
      *
173
-     * @return array of {@link \eZ\Publish\API\Repository\Values\Content\Section}
173
+     * @return \eZ\Publish\API\Repository\Values\ValueObject of {@link \eZ\Publish\API\Repository\Values\Content\Section}
174 174
      */
175 175
     public function loadSections()
176 176
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/Tests/Input/Parser/VersionInfoTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
     }
219 219
 
220 220
     /**
221
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\REST\Common\RequestParser
221
+     * @return RequestParser
222 222
      */
223 223
     protected function getRequestParserMock()
224 224
     {
Please login to merge, or discard this patch.
Core/REST/Client/Tests/Output/ValueObjectVisitor/RoleAssignmentTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      *
24 24
      * @todo test with limitations
25 25
      *
26
-     * @return \eZ\Publish\Core\REST\Client\Values\User\RoleAssignment
26
+     * @return string
27 27
      */
28 28
     public function testVisitComplete()
29 29
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/Tests/SetupFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns a repository specific ID manager.
37 37
      *
38
-     * @return \eZ\Publish\API\Repository\Tests\IdManager
38
+     * @return IdManager
39 39
      */
40 40
     public function getIdManager()
41 41
     {
Please login to merge, or discard this patch.