@@ -153,7 +153,7 @@ |
||
153 | 153 | } |
154 | 154 | |
155 | 155 | /** |
156 | - * @param $pathInfo |
|
156 | + * @param string $pathInfo |
|
157 | 157 | * |
158 | 158 | * @return Request |
159 | 159 | */ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | /** |
35 | - * @return \eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\Compound\LogicalAnd |
|
35 | + * @return LogicalOr |
|
36 | 36 | */ |
37 | 37 | public function testConstruct() |
38 | 38 | { |
@@ -150,6 +150,9 @@ |
||
150 | 150 | return $content; |
151 | 151 | } |
152 | 152 | |
153 | + /** |
|
154 | + * @param string $tpl |
|
155 | + */ |
|
153 | 156 | private function getTemplatePath($tpl) |
154 | 157 | { |
155 | 158 | return 'templates/' . $tpl; |
@@ -687,7 +687,7 @@ |
||
687 | 687 | * |
688 | 688 | * @param string[] $methods |
689 | 689 | * |
690 | - * @return \eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler |
|
690 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
691 | 691 | */ |
692 | 692 | protected function getPartlyMockedHandler(array $methods) |
693 | 693 | { |
@@ -210,7 +210,7 @@ |
||
210 | 210 | } |
211 | 211 | |
212 | 212 | /** |
213 | - * @param $userId |
|
213 | + * @param integer $userId |
|
214 | 214 | * |
215 | 215 | * @return EzUser |
216 | 216 | */ |
@@ -100,6 +100,9 @@ |
||
100 | 100 | ); |
101 | 101 | } |
102 | 102 | |
103 | + /** |
|
104 | + * @return DeprecationWarnerInterface |
|
105 | + */ |
|
103 | 106 | public function getDeprecationWarnerMock() |
104 | 107 | { |
105 | 108 | if (!isset($this->deprecationWarnerMock)) { |
@@ -132,7 +132,6 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @param bool $csrfEnabled |
|
136 | 135 | * |
137 | 136 | * @return CsrfListener |
138 | 137 | */ |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | use eZ\Publish\API\Repository\ContentTypeService as APIContentTypeService; |
15 | 15 | use eZ\Publish\API\Repository\LocationService as APILocationService; |
16 | 16 | use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
17 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo as APIContentInfo; |
|
17 | +use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
18 | 18 | use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType; |
19 | 19 | use eZ\Publish\API\Repository\Values\Content\Location as APILocation; |
20 | 20 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; |
@@ -33,7 +33,6 @@ discard block |
||
33 | 33 | use eZ\Publish\Core\Repository\Helper\NameSchemaService; |
34 | 34 | use eZ\Publish\API\Repository\Values\Content\Field; |
35 | 35 | use eZ\Publish\Core\FieldType\Value; |
36 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
37 | 36 | use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo; |
38 | 37 | use eZ\Publish\Core\Repository\Values\ContentType\ContentType; |
39 | 38 | use eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition; |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * @dataProvider indexingProvider |
88 | 88 | * |
89 | - * @param array|null $value |
|
89 | + * @param array|null $values |
|
90 | 90 | * @param \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject|null $logger |
91 | 91 | */ |
92 | 92 | public function testIndexing(array $values = null, $logger = null) |