@@ -447,9 +447,9 @@ |
||
447 | 447 | * Reusable function to return relevant role assignment tags so cache can be purged reliably. |
448 | 448 | * |
449 | 449 | * @param \eZ\Publish\SPI\Persistence\User\RoleAssignment $roleAssignment |
450 | - * @param array $tags Optional, can be used to specify other tags. |
|
450 | + * @param string[] $tags Optional, can be used to specify other tags. |
|
451 | 451 | * |
452 | - * @return array |
|
452 | + * @return string[] |
|
453 | 453 | */ |
454 | 454 | private function getCacheTagsForRoleAssignment(RoleAssignment $roleAssignment, array $tags = []) |
455 | 455 | { |
@@ -131,6 +131,7 @@ discard block |
||
131 | 131 | } |
132 | 132 | |
133 | 133 | /** |
134 | + * @param string $semanticPath |
|
134 | 135 | * @return Request |
135 | 136 | */ |
136 | 137 | protected function createRequest($semanticPath, $host = 'localhost') |
@@ -142,7 +143,7 @@ discard block |
||
142 | 143 | } |
143 | 144 | |
144 | 145 | /** |
145 | - * @param $request |
|
146 | + * @param Request $request |
|
146 | 147 | * |
147 | 148 | * @return GetResponseEvent |
148 | 149 | */ |
@@ -166,7 +166,7 @@ |
||
166 | 166 | /** |
167 | 167 | * @param SPIBinaryFileCreateStruct $binaryFileCreateStruct |
168 | 168 | * |
169 | - * @return mixed |
|
169 | + * @return string |
|
170 | 170 | */ |
171 | 171 | protected function getNameTrunk(SPIBinaryFileCreateStruct $binaryFileCreateStruct) |
172 | 172 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Publish\API\Repository\Tests\Common; |
10 | 10 | |
11 | -use eZ\Publish\API\Repository\Values\Content\Query; |
|
12 | 11 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
13 | 12 | use eZ\Publish\API\Repository\Values\Content\Query\SortClause; |
14 | 13 | use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder; |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | private $fieldTypeUnderTest; |
23 | 23 | |
24 | 24 | /** |
25 | - * @return \eZ\Publish\Core\Persistence\TransformationProcessor|\PHPUnit_Framework_MockObject_MockObject |
|
25 | + * @return \eZ\Publish\Core\Persistence\TransformationProcessor |
|
26 | 26 | */ |
27 | 27 | protected function getTransformationProcessorMock() |
28 | 28 | { |
@@ -679,7 +679,6 @@ discard block |
||
679 | 679 | } |
680 | 680 | |
681 | 681 | /** |
682 | - * @param mixed $inputValue |
|
683 | 682 | * @param array $expectedResult |
684 | 683 | * |
685 | 684 | * @dataProvider provideInputForFromHash |
@@ -827,7 +826,6 @@ discard block |
||
827 | 826 | } |
828 | 827 | |
829 | 828 | /** |
830 | - * @param mixed $inputConfiguration |
|
831 | 829 | * |
832 | 830 | * @dataProvider provideValidFieldSettings |
833 | 831 | */ |
@@ -855,7 +853,6 @@ discard block |
||
855 | 853 | } |
856 | 854 | |
857 | 855 | /** |
858 | - * @param mixed $inputConfiguration |
|
859 | 856 | * |
860 | 857 | * @dataProvider provideValidFieldSettings |
861 | 858 | */ |