Completed
Push — ezp-30639-deprecated-view-acti... ( fa6552...a00a72 )
by
unknown
15:55
created
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1052,7 +1052,7 @@
 block discarded – undo
1052 1052
      *
1053 1053
      * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct
1054 1054
      *
1055
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1055
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1056 1056
      *
1057 1057
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
1058 1058
      */
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@
 block discarded – undo
332 332
     }
333 333
 
334 334
     /**
335
-     * @param mixed $locationId
335
+     * @param integer $locationId
336 336
      * @param bool $count
337 337
      *
338 338
      * @return \Doctrine\DBAL\Driver\Statement
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/DomainMapperTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use eZ\Publish\Core\Repository\Mapper\ContentDomainMapper;
19 19
 use eZ\Publish\Core\Repository\Values\Content\Content;
20 20
 use eZ\Publish\Core\Repository\Values\Content\VersionInfo;
21
-use eZ\Publish\SPI\Persistence\Content\ContentInfo;
22 21
 use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
23 22
 use eZ\Publish\SPI\Persistence\Content\Location;
24 23
 use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
Please login to merge, or discard this patch.