Completed
Push — ezp_30815 ( 9fd511...6d4356 )
by
unknown
26:07 queued 12:00
created
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
      *
231 231
      * @param mixed $id
232 232
      *
233
-     * @return \eZ\Publish\API\Repository\Values\User\RoleDraft
233
+     * @return \eZ\Publish\SPI\Persistence\User\Policy
234 234
      */
235 235
     public function loadRoleDraft($id)
236 236
     {
@@ -1396,7 +1396,7 @@  discard block
 block discarded – undo
1396 1396
      *
1397 1397
      * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct
1398 1398
      *
1399
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1399
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1400 1400
      */
1401 1401
     protected function validateRoleCreateStruct(APIRoleCreateStruct $roleCreateStruct)
1402 1402
     {
@@ -1426,7 +1426,7 @@  discard block
 block discarded – undo
1426 1426
      * @param string $function
1427 1427
      * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations
1428 1428
      *
1429
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][]
1429
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1430 1430
      */
1431 1431
     protected function validatePolicy($module, $function, array $limitations)
1432 1432
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/NameSchemaTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
156
+     * @return Field[]
157 157
      */
158 158
     protected function getFields()
159 159
     {
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-     * @return \eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition[]
207
+     * @return FieldDefinition[]
208 208
      */
209 209
     protected function getFieldDefinitions()
210 210
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/ContentType/FieldType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * Returns the fallback default value of field type when no such default
155 155
      * value is provided in the field definition in content types.
156 156
      *
157
-     * @return mixed
157
+     * @return Value
158 158
      */
159 159
     public function getEmptyValue()
160 160
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      *
185 185
      * @param mixed $hash
186 186
      *
187
-     * @return mixed
187
+     * @return Value
188 188
      */
189 189
     public function fromHash($hash)
190 190
     {
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause
80 80
      * @param int $number
81 81
      *
82
-     * @return string
82
+     * @return string[]
83 83
      */
84 84
     public function applySelect(SelectQuery $query, SortClause $sortClause, $number)
85 85
     {
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
44 44
      * @param array $languageSettings
45 45
      *
46
-     * @return \eZ\Publish\Core\Persistence\Database\Expression
46
+     * @return string
47 47
      */
48 48
     public function handle(
49 49
         CriteriaConverter $converter,
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,8 +219,8 @@
 block discarded – undo
219 219
      *
220 220
      * @param Criterion $filter
221 221
      * @param array $sort
222
-     * @param mixed $offset
223
-     * @param mixed $limit
222
+     * @param integer $offset
223
+     * @param integer $limit
224 224
      * @param array $languageFilter
225 225
      *
226 226
      * @return int[]
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
189 189
      * @param array $languageFilter
190 190
      *
191
-     * @return array
191
+     * @return integer
192 192
      */
193 193
     protected function getTotalCount(Criterion $criterion, array $languageFilter)
194 194
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
      * $languageCode.
362 362
      *
363 363
      * @param Type $contentType
364
-     * @param mixed $fieldValue
364
+     * @param Content\FieldValue $fieldValue
365 365
      * @param string $languageCode
366 366
      *
367 367
      * @return Content
@@ -480,8 +480,8 @@  discard block
 block discarded – undo
480 480
     /**
481 481
      * Performs an update on $contentId in $contentVersion setting $field.
482 482
      *
483
-     * @param mixed $contentId
484
-     * @param mixed $contentVersion
483
+     * @param string $contentId
484
+     * @param string $contentVersion
485 485
      * @param Field $field
486 486
      *
487 487
      * @return Content
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Section/Handler.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * Update name and identifier of a section.
62 62
      *
63
-     * @param mixed $id
63
+     * @param integer $id
64 64
      * @param string $name
65 65
      * @param string $identifier
66 66
      *
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     /**
82 82
      * Get section data.
83 83
      *
84
-     * @param mixed $id
84
+     * @param integer $id
85 85
      *
86 86
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If section is not found
87 87
      *
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      * content objects. Make sure that no content objects are associated with
173 173
      * the section any more *before* calling this method.
174 174
      *
175
-     * @param mixed $id
175
+     * @param integer $id
176 176
      */
177 177
     public function delete($id)
178 178
     {
@@ -189,8 +189,8 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Assigns section to single content object.
191 191
      *
192
-     * @param mixed $sectionId
193
-     * @param mixed $contentId
192
+     * @param integer $sectionId
193
+     * @param integer $contentId
194 194
      */
195 195
     public function assign($sectionId, $contentId)
196 196
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     /**
213 213
      * Number of role policies using a Section in limitations.
214 214
      *
215
-     * @param mixed $sectionId
215
+     * @param integer $sectionId
216 216
      *
217 217
      * @return int
218 218
      */
Please login to merge, or discard this patch.