@@ -476,6 +476,9 @@ |
||
476 | 476 | ]; |
477 | 477 | } |
478 | 478 | |
479 | + /** |
|
480 | + * @param boolean $persistenceCalled |
|
481 | + */ |
|
479 | 482 | protected function assertContentHandlerExpectations($callNo, $persistenceCalled, $contentId, $contentInfo) |
480 | 483 | { |
481 | 484 | $this->getPersistenceMock() |
@@ -19,7 +19,6 @@ |
||
19 | 19 | * Constructor. |
20 | 20 | * |
21 | 21 | * @param \eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler $compiler |
22 | - * @param string $installDir Base dir for rule loading |
|
23 | 22 | * @param array $ruleFiles |
24 | 23 | */ |
25 | 24 | public function __construct(PcreCompiler $compiler, array $ruleFiles = []) |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | * |
122 | 122 | * @param mixed[] $expectedValues |
123 | 123 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
124 | - * @param array $skipProperties |
|
124 | + * @param string[] $skipProperties |
|
125 | 125 | */ |
126 | 126 | protected function assertPropertiesCorrect(array $expectedValues, ValueObject $actualObject, array $skipProperties = []) |
127 | 127 | { |
@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | * |
157 | 157 | * @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues |
158 | 158 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
159 | - * @param array $skipProperties |
|
159 | + * @param string[] $skipProperties |
|
160 | 160 | */ |
161 | 161 | protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $skipProperties = []) |
162 | 162 | { |
@@ -77,6 +77,9 @@ |
||
77 | 77 | */ |
78 | 78 | private $logoutHandlers = []; |
79 | 79 | |
80 | + /** |
|
81 | + * @param string $providerKey |
|
82 | + */ |
|
80 | 83 | public function __construct( |
81 | 84 | TokenStorageInterface $tokenStorage, |
82 | 85 | AuthenticationManagerInterface $authenticationManager, |
@@ -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) |