@@ -283,6 +283,7 @@ |
||
283 | 283 | /** |
284 | 284 | * If in run-time debug mode, before SiteAccess is initialized, log getParameter() usages when considered "unsafe". |
285 | 285 | * |
286 | + * @param string $paramName |
|
286 | 287 | * @return string |
287 | 288 | */ |
288 | 289 | private function logTooEarlyLoadedListIfNeeded($paramName) |
@@ -48,6 +48,9 @@ |
||
48 | 48 | return $column; |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param integer|null $seed |
|
53 | + */ |
|
51 | 54 | abstract public function getRandomFunctionName(?int $seed): string; |
52 | 55 | |
53 | 56 | abstract public function getDriverName(): string; |
@@ -336,7 +336,6 @@ |
||
336 | 336 | /** |
337 | 337 | * @param mixed $typeId |
338 | 338 | * @param int $status |
339 | - * @param \eZ\Publish\SPI\Persistence\Content\Type\UpdateStruct $contentType |
|
340 | 339 | * |
341 | 340 | * @return Type |
342 | 341 | */ |