Completed
Push — 6.13 ( 4a538d...29fecd )
by
unknown
20:53
created
eZ/Publish/Core/Persistence/Legacy/Exception/TypeGroupNotFound.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * Creates a new exception for $typeId in $status;.
22 22
      *
23 23
      * @param mixed $typeGroupId
24
-     * @param mixed $status
25 24
      */
26 25
     public function __construct($typeGroupId)
27 26
     {
Please login to merge, or discard this patch.
Legacy/Tests/Content/_fixtures/extract_content_from_rows_result.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use eZ\Publish\SPI\Persistence\Content\ContentInfo;
5 5
 use eZ\Publish\SPI\Persistence\Content\Field;
6 6
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
7
-use eZ\Publish\SPI\Persistence\Content\Location;
8 7
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
9 8
 
10 9
 $content = new Content();
Please login to merge, or discard this patch.
Persistence/Legacy/Tests/Content/Language/CachingLanguageHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -352,7 +352,7 @@
 block discarded – undo
352 352
     /**
353 353
      * Returns an array with 2 languages.
354 354
      *
355
-     * @return \eZ\Publish\SPI\Persistence\Content\Language[]
355
+     * @return Language[]
356 356
      */
357 357
     protected function getLanguagesFixture()
358 358
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/LanguageAwareTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns a language handler mock.
37 37
      *
38
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Language\Handler
38
+     * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler
39 39
      */
40 40
     protected function getLanguageHandler()
41 41
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Tests/Content/Type/ContentTypeHandlerTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1141,7 +1141,7 @@  discard block
 block discarded – undo
1141 1141
     /**
1142 1142
      * Returns a handler to test with $methods mocked.
1143 1143
      *
1144
-     * @param array $methods
1144
+     * @param string[] $methods
1145 1145
      *
1146 1146
      * @return \eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler
1147 1147
      */
@@ -1177,7 +1177,7 @@  discard block
 block discarded – undo
1177 1177
     /**
1178 1178
      * Returns a mapper mock.
1179 1179
      *
1180
-     * @param array $methods
1180
+     * @param string[] $methods
1181 1181
      *
1182 1182
      * @return \eZ\Publish\Core\Persistence\Legacy\Content\Type\Mapper
1183 1183
      */
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Tests/Content/UrlAlias/SlugConverterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     }
212 212
 
213 213
     /**
214
-     * @param array $methods
214
+     * @param string[] $methods
215 215
      *
216 216
      * @return \eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter|\PHPUnit_Framework_MockObject_MockObject
217 217
      */
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.