@@ -814,7 +814,6 @@ discard block |
||
| 814 | 814 | * |
| 815 | 815 | * @param string $text Content Item field value text (to be indexed) |
| 816 | 816 | * @param string $searchForText text based on which Content Item should be found |
| 817 | - * @param array $ignoreForSetupFactories list of SetupFactories to be ignored |
|
| 818 | 817 | * @dataProvider getSpecialFullTextCases |
| 819 | 818 | */ |
| 820 | 819 | public function testIndexingSpecialFullTextCases($text, $searchForText) |
@@ -1184,8 +1183,8 @@ discard block |
||
| 1184 | 1183 | * $parentLocationIdList. |
| 1185 | 1184 | * |
| 1186 | 1185 | * @param string $contentName |
| 1187 | - * @param $contentDescription |
|
| 1188 | - * @param array $parentLocationIdList |
|
| 1186 | + * @param string $contentDescription |
|
| 1187 | + * @param integer[] $parentLocationIdList |
|
| 1189 | 1188 | * |
| 1190 | 1189 | * @return \eZ\Publish\API\Repository\Values\Content\Content |
| 1191 | 1190 | */ |