Completed
Push — ezp26148-percent_symbols_in_va... ( 19c9ce )
by
unknown
34:33
created
Legacy/Tests/Content/Type/ContentUpdater/Action/RemoveFieldTest.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,6 +268,8 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Returns a Content fixture.
270 270
      *
271
+     * @param integer $versionNo
272
+     * @param string[] $languageCodes
271 273
      * @return \eZ\Publish\SPI\Persistence\Content
272 274
      */
273 275
     protected function getContentFixture($versionNo, $languageCodes)
@@ -321,7 +323,7 @@  discard block
 block discarded – undo
321 323
     /**
322 324
      * Returns a Content StorageHandler mock.
323 325
      *
324
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
326
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
325 327
      */
326 328
     protected function getContentStorageHandlerMock()
327 329
     {
@@ -341,7 +343,7 @@  discard block
 block discarded – undo
341 343
     /**
342 344
      * Returns a Content mapper mock.
343 345
      *
344
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Mapper
346
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
345 347
      */
346 348
     protected function getContentMapperMock()
347 349
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/User/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Create user.
41 41
      *
42
-     * @param user $user
42
+     * @param User $user
43 43
      *
44 44
      * @return mixed
45 45
      */
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
     /**
339 339
      * Remove role from user or user group, by assignment ID.
340 340
      *
341
-     * @param mixed $roleAssignmentId
341
+     * @param integer $roleAssignmentId
342 342
      */
343 343
     public function removeRoleAssignmentById($roleAssignmentId)
344 344
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/User/Gateway/ExceptionConversion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Create user.
43 43
      *
44
-     * @param user $user
44
+     * @param User $user
45 45
      *
46 46
      * @return mixed
47 47
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/User/Handler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
     /**
287 287
      * Loads a role draft by the original role ID.
288 288
      *
289
-     * @param mixed $roleId ID of the role the draft was created from.
289
+     * @param integer $roleId ID of the role the draft was created from.
290 290
      *
291 291
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If role is not found
292 292
      *
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
     /**
462 462
      * Returns the user policies associated with the user (including inherited policies from user groups).
463 463
      *
464
-     * @param mixed $userId
464
+     * @param integer $userId
465 465
      *
466 466
      * @return \eZ\Publish\SPI\Persistence\User\Policy[]
467 467
      */
@@ -572,7 +572,7 @@  discard block
 block discarded – undo
572 572
      *
573 573
      * Role Assignments with same roleId and limitationIdentifier will be merged together into one.
574 574
      *
575
-     * @param mixed $groupId In legacy storage engine this is the content object id roles are assigned to in ezuser_role.
575
+     * @param integer $groupId In legacy storage engine this is the content object id roles are assigned to in ezuser_role.
576 576
      *                      By the nature of legacy this can currently also be used to get by $userId.
577 577
      * @param bool $inherit If true also return inherited role assignments from user groups.
578 578
      *
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
433 433
     /**
434 434
      * Loads role assignment for specified assignment ID.
435 435
      *
436
-     * @param mixed $roleAssignmentId
436
+     * @param integer $roleAssignmentId
437 437
      *
438 438
      * @return array
439 439
      */
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
     /**
465 465
      * Loads role assignments for specified content ID.
466 466
      *
467
-     * @param mixed $groupId
467
+     * @param integer $groupId
468 468
      * @param bool $inherited
469 469
      *
470 470
      * @return array
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
     /**
510 510
      * Loads role assignments for given role ID.
511 511
      *
512
-     * @param mixed $roleId
512
+     * @param integer $roleId
513 513
      *
514 514
      * @return array
515 515
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/TransformationProcessor/PcreCompiler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      * @param string $operator
197 197
      * @param string $value
198 198
      *
199
-     * @return callback
199
+     * @return \Closure
200 200
      */
201 201
     protected function getTransposeClosure($operator, $value)
202 202
     {
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
      *
217 217
      * @param string $char
218 218
      *
219
-     * @return callback
219
+     * @return \Closure
220 220
      */
221 221
     protected function compileTargetCharacter($char)
222 222
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/TransformationProcessor/PreprocessedBased.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * Constructor.
22 22
      *
23 23
      * @param \eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler $compiler
24
-     * @param string $installDir Base dir for rule loading
25 24
      * @param array $ruleFiles
26 25
      */
27 26
     public function __construct(PcreCompiler $compiler, array $ruleFiles = array())
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/ContentService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1312,7 +1312,7 @@  discard block
 block discarded – undo
1312 1312
      * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct
1313 1313
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
1314 1314
      *
1315
-     * @return array
1315
+     * @return string[]
1316 1316
      */
1317 1317
     protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content)
1318 1318
     {
@@ -1439,7 +1439,7 @@  discard block
 block discarded – undo
1439 1439
      * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
1440 1440
      * @param int|null $publicationDate
1441 1441
      *
1442
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
1442
+     * @return LocationCreateStruct
1443 1443
      */
1444 1444
     protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null)
1445 1445
     {
Please login to merge, or discard this patch.
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.