@@ -213,6 +213,11 @@ |
||
213 | 213 | $this->assertFalse($normalizer->accept($input)); |
214 | 214 | } |
215 | 215 | |
216 | + /** |
|
217 | + * @param string $documentElement |
|
218 | + * @param string $namespace |
|
219 | + * @param string $dtdPath |
|
220 | + */ |
|
216 | 221 | protected function getNormalizer($documentElement, $namespace, $dtdPath) |
217 | 222 | { |
218 | 223 | return new DocumentTypeDefinition($documentElement, $namespace, $dtdPath); |
@@ -360,7 +360,7 @@ |
||
360 | 360 | * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation |
361 | 361 | * @param mixed $mainLocation |
362 | 362 | * @param mixed $contentId |
363 | - * @param mixed $contentVersionNo |
|
363 | + * @param null|integer $contentVersionNo |
|
364 | 364 | * |
365 | 365 | * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct |
366 | 366 | */ |