@@ -215,7 +215,6 @@ discard block |
||
215 | 215 | * |
216 | 216 | * @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues |
217 | 217 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
218 | - * @param array $propertyNames |
|
219 | 218 | */ |
220 | 219 | protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $additionalProperties = []) |
221 | 220 | { |
@@ -477,7 +476,7 @@ discard block |
||
477 | 476 | /** |
478 | 477 | * Create role of a given name with the given policies described by an array. |
479 | 478 | * |
480 | - * @param $roleName |
|
479 | + * @param string $roleName |
|
481 | 480 | * @param array $policiesData [['module' => 'content', 'function' => 'read', 'limitations' => []] |
482 | 481 | * |
483 | 482 | * @return \eZ\Publish\API\Repository\Values\User\Role |
@@ -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 = []) |
@@ -27,7 +27,7 @@ |
||
27 | 27 | /** |
28 | 28 | * @param array $mockMethods For specifying the methods to mock, all by default |
29 | 29 | * |
30 | - * @return \eZ\Publish\SPI\Persistence\Handler|\PHPUnit\Framework\MockObject\MockObject |
|
30 | + * @return SPIHandler |
|
31 | 31 | */ |
32 | 32 | public function getPersistenceMock(array $mockMethods = []) |
33 | 33 | { |
@@ -34,6 +34,9 @@ |
||
34 | 34 | /** @var \Symfony\Component\Routing\RouterInterface */ |
35 | 35 | private $router; |
36 | 36 | |
37 | + /** |
|
38 | + * @param string $defaultSiteAccess |
|
39 | + */ |
|
37 | 40 | public function __construct(ConfigResolverInterface $configResolver, RouterInterface $router, $defaultSiteAccess, LoggerInterface $logger = null) |
38 | 41 | { |
39 | 42 | $this->configResolver = $configResolver; |
@@ -61,6 +61,9 @@ |
||
61 | 61 | /** @var \Symfony\Component\Security\Http\Logout\LogoutHandlerInterface[] */ |
62 | 62 | private $logoutHandlers = []; |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $providerKey |
|
66 | + */ |
|
64 | 67 | public function __construct( |
65 | 68 | TokenStorageInterface $tokenStorage, |
66 | 69 | 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) |
@@ -158,7 +158,7 @@ |
||
158 | 158 | /** |
159 | 159 | * Loads all sections, excluding the ones the current user is not allowed to read. |
160 | 160 | * |
161 | - * @return array of {@link \eZ\Publish\API\Repository\Values\Content\Section} |
|
161 | + * @return \eZ\Publish\API\Repository\Values\ValueObject of {@link \eZ\Publish\API\Repository\Values\Content\Section} |
|
162 | 162 | */ |
163 | 163 | public function loadSections() |
164 | 164 | { |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | * |
47 | 47 | * @param \eZ\Publish\SPI\Persistence\User\Role $role |
48 | 48 | * |
49 | - * @return \eZ\Publish\API\Repository\Values\User\Role |
|
49 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
50 | 50 | */ |
51 | 51 | public function buildDomainRoleObject(SPIRole $role) |
52 | 52 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | * |
72 | 72 | * @param \eZ\Publish\SPI\Persistence\User\Role $spiRole |
73 | 73 | * |
74 | - * @return \eZ\Publish\API\Repository\Values\User\RoleDraft |
|
74 | + * @return \eZ\Publish\API\Repository\Values\ValueObject |
|
75 | 75 | */ |
76 | 76 | public function buildDomainRoleDraftObject(SPIRole $spiRole) |
77 | 77 | { |