Completed
Push — php_cs_fixer_udpate ( e31d02 )
by André
31:21
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/Content/FieldValue/Converter/FloatConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * Note: Class should instead be configured as service if it gains dependencies.
28 28
      *
29
-     * @return float
29
+     * @return FloatConverter
30 30
      */
31 31
     public static function create()
32 32
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * Note: Class should instead be configured as service if it gains dependencies.
28 28
      *
29
-     * @return int
29
+     * @return IntegerConverter
30 30
      */
31 31
     public static function create()
32 32
     {
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.