Completed
Push — 6.8 ( 5425a8...cdd549 )
by André
15:42 queued 02:47
created
eZ/Bundle/EzPublishRestBundle/Tests/Functional/RoleTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@  discard block
 block discarded – undo
117 117
      * @depends testCreateRole
118 118
      * Covers POST /user/roles/{roleId}
119 119
      *
120
+     * @param string $roleHref
120 121
      * @return string The created role draft href
121 122
      */
122 123
     public function testCreateRoleDraft($roleHref)
@@ -410,7 +411,6 @@  discard block
 block discarded – undo
410 411
     /**
411 412
      * @covers       \POST /user/users/{userId}/roles
412 413
      *
413
-     * @param string $roleHref
414 414
      * @param array $limitation
415 415
      *
416 416
      * @return string assigned role href
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Tests/Content/Language/MaskGeneratorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @param int $languageMask
164
+     * @param int $langMask
165 165
      * @param bool $expectedResult
166 166
      *
167 167
      * @covers       \eZ\Publish\Core\Persistence\Legacy\Content\Language\MaskGenerator::isAlwaysAvailable
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/Functional/ContentTypeTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -416,6 +416,7 @@
 block discarded – undo
416 416
     /**
417 417
      * @depends testAddContentTypeDraftFieldDefinition
418 418
      * Covers GET /content/types/<contentTypeId>/fieldDefinitions/<fieldDefinitionId>
419
+     * @param \Buzz\Message\Response $fieldDefinitionHref
419 420
      */
420 421
     public function testLoadContentTypeFieldDefinition($fieldDefinitionHref)
421 422
     {
Please login to merge, or discard this patch.