Completed
Push — ezp-31420-merge-up ( ec14fb )
by
unknown
35:53 queued 13:09
created
eZ/Publish/Core/Repository/Mapper/RoleDomainMapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      *
47 47
      * @param \eZ\Publish\SPI\Persistence\User\Role $role
48 48
      *
49
-     * @return \eZ\Publish\API\Repository\Values\User\Role
49
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
50 50
      */
51 51
     public function buildDomainRoleObject(SPIRole $role)
52 52
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *
72 72
      * @param \eZ\Publish\SPI\Persistence\User\Role $spiRole
73 73
      *
74
-     * @return \eZ\Publish\API\Repository\Values\User\RoleDraft
74
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
75 75
      */
76 76
     public function buildDomainRoleDraftObject(SPIRole $spiRole)
77 77
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface|\PHPUnit\Framework\MockObject\MockObject
104
+     * @return DeprecationWarnerInterface
105 105
      */
106 106
     public function getDeprecationWarnerMock(): MockObject
107 107
     {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-     * @return \eZ\Publish\Core\FieldType\Image\AliasCleanerInterface|\PHPUnit\Framework\MockObject\MockObject
116
+     * @return null|AliasCleanerInterface
117 117
      */
118 118
     public function getAliasCleanerMock(): MockObject
119 119
     {
Please login to merge, or discard this patch.