Completed
Push — test-EZP-26707-issearchable-fu... ( fbd943...774d65 )
by
unknown
19:43
created
eZ/Publish/Core/FieldType/Tests/TimeTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * NOT take care for test case wide caching of the field type, just return
30 30
      * a new instance from this method!
31 31
      *
32
-     * @return FieldType
32
+     * @return Time
33 33
      */
34 34
     protected function createFieldTypeUnderTest()
35 35
     {
@@ -417,7 +417,6 @@  discard block
 block discarded – undo
417 417
     }
418 418
 
419 419
     /**
420
-     * @param mixed $inputValue
421 420
      * @param array $expectedResult
422 421
      *
423 422
      * This overrides the FieldTypeTest method until it gets updated and all field types fixed in EZP-25424
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Controller/Role.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      * Publishes a role draft.
270 270
      *
271 271
      * @param mixed $roleId Original role ID, or ID of the role draft itself
272
-     * @return Values\RestRole
272
+     * @return Values\CreatedRole
273 273
      */
274 274
     public function publishRoleDraft($roleId)
275 275
     {
@@ -448,7 +448,7 @@  discard block
 block discarded – undo
448 448
      * This is needed because the RoleService addPolicy() and addPolicyByRoleDraft() methods return the role,
449 449
      * not the policy.
450 450
      *
451
-     * @param $role \eZ\Publish\API\Repository\Values\User\Role
451
+     * @param \eZ\Publish\API\Repository\Values\User\Role $role \eZ\Publish\API\Repository\Values\User\Role
452 452
      *
453 453
      * @return \eZ\Publish\API\Repository\Values\User\Policy
454 454
      */
Please login to merge, or discard this patch.