@@ -41,7 +41,7 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * Create user. |
| 43 | 43 | * |
| 44 | - * @param user $user |
|
| 44 | + * @param User $user |
|
| 45 | 45 | * |
| 46 | 46 | * @return mixed |
| 47 | 47 | */ |
@@ -286,7 +286,7 @@ discard block |
||
| 286 | 286 | /** |
| 287 | 287 | * Loads a role draft by the original role ID. |
| 288 | 288 | * |
| 289 | - * @param mixed $roleId ID of the role the draft was created from. |
|
| 289 | + * @param integer $roleId ID of the role the draft was created from. |
|
| 290 | 290 | * |
| 291 | 291 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If role is not found |
| 292 | 292 | * |
@@ -461,7 +461,7 @@ discard block |
||
| 461 | 461 | /** |
| 462 | 462 | * Returns the user policies associated with the user (including inherited policies from user groups). |
| 463 | 463 | * |
| 464 | - * @param mixed $userId |
|
| 464 | + * @param integer $userId |
|
| 465 | 465 | * |
| 466 | 466 | * @return \eZ\Publish\SPI\Persistence\User\Policy[] |
| 467 | 467 | */ |
@@ -572,7 +572,7 @@ discard block |
||
| 572 | 572 | * |
| 573 | 573 | * Role Assignments with same roleId and limitationIdentifier will be merged together into one. |
| 574 | 574 | * |
| 575 | - * @param mixed $groupId In legacy storage engine this is the content object id roles are assigned to in ezuser_role. |
|
| 575 | + * @param integer $groupId In legacy storage engine this is the content object id roles are assigned to in ezuser_role. |
|
| 576 | 576 | * By the nature of legacy this can currently also be used to get by $userId. |
| 577 | 577 | * @param bool $inherit If true also return inherited role assignments from user groups. |
| 578 | 578 | * |
@@ -433,7 +433,7 @@ discard block |
||
| 433 | 433 | /** |
| 434 | 434 | * Loads role assignment for specified assignment ID. |
| 435 | 435 | * |
| 436 | - * @param mixed $roleAssignmentId |
|
| 436 | + * @param integer $roleAssignmentId |
|
| 437 | 437 | * |
| 438 | 438 | * @return array |
| 439 | 439 | */ |
@@ -464,7 +464,7 @@ discard block |
||
| 464 | 464 | /** |
| 465 | 465 | * Loads role assignments for specified content ID. |
| 466 | 466 | * |
| 467 | - * @param mixed $groupId |
|
| 467 | + * @param integer $groupId |
|
| 468 | 468 | * @param bool $inherited |
| 469 | 469 | * |
| 470 | 470 | * @return array |
@@ -509,7 +509,7 @@ discard block |
||
| 509 | 509 | /** |
| 510 | 510 | * Loads role assignments for given role ID. |
| 511 | 511 | * |
| 512 | - * @param mixed $roleId |
|
| 512 | + * @param integer $roleId |
|
| 513 | 513 | * |
| 514 | 514 | * @return array |
| 515 | 515 | */ |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | * @param string $operator |
| 197 | 197 | * @param string $value |
| 198 | 198 | * |
| 199 | - * @return callback |
|
| 199 | + * @return \Closure |
|
| 200 | 200 | */ |
| 201 | 201 | protected function getTransposeClosure($operator, $value) |
| 202 | 202 | { |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | * |
| 217 | 217 | * @param string $char |
| 218 | 218 | * |
| 219 | - * @return callback |
|
| 219 | + * @return \Closure |
|
| 220 | 220 | */ |
| 221 | 221 | protected function compileTargetCharacter($char) |
| 222 | 222 | { |
@@ -230,7 +230,7 @@ discard block |
||
| 230 | 230 | * |
| 231 | 231 | * @param mixed $id |
| 232 | 232 | * |
| 233 | - * @return \eZ\Publish\API\Repository\Values\User\RoleDraft |
|
| 233 | + * @return \eZ\Publish\SPI\Persistence\User\Policy |
|
| 234 | 234 | */ |
| 235 | 235 | public function loadRoleDraft($id) |
| 236 | 236 | { |
@@ -1396,7 +1396,7 @@ discard block |
||
| 1396 | 1396 | * |
| 1397 | 1397 | * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct |
| 1398 | 1398 | * |
| 1399 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][][] |
|
| 1399 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
| 1400 | 1400 | */ |
| 1401 | 1401 | protected function validateRoleCreateStruct(APIRoleCreateStruct $roleCreateStruct) |
| 1402 | 1402 | { |
@@ -1426,7 +1426,7 @@ discard block |
||
| 1426 | 1426 | * @param string $function |
| 1427 | 1427 | * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations |
| 1428 | 1428 | * |
| 1429 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][] |
|
| 1429 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
| 1430 | 1430 | */ |
| 1431 | 1431 | protected function validatePolicy($module, $function, array $limitations) |
| 1432 | 1432 | { |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * @param string|Twig_Template $baseTemplate |
|
| 94 | + * @param string $baseTemplate |
|
| 95 | 95 | */ |
| 96 | 96 | public function setBaseTemplate($baseTemplate) |
| 97 | 97 | { |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | /** |
| 61 | 61 | * Update name and identifier of a section. |
| 62 | 62 | * |
| 63 | - * @param mixed $id |
|
| 63 | + * @param integer $id |
|
| 64 | 64 | * @param string $name |
| 65 | 65 | * @param string $identifier |
| 66 | 66 | * |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | /** |
| 82 | 82 | * Get section data. |
| 83 | 83 | * |
| 84 | - * @param mixed $id |
|
| 84 | + * @param integer $id |
|
| 85 | 85 | * |
| 86 | 86 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If section is not found |
| 87 | 87 | * |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | * content objects. Make sure that no content objects are associated with |
| 173 | 173 | * the section any more *before* calling this method. |
| 174 | 174 | * |
| 175 | - * @param mixed $id |
|
| 175 | + * @param integer $id |
|
| 176 | 176 | */ |
| 177 | 177 | public function delete($id) |
| 178 | 178 | { |
@@ -189,8 +189,8 @@ discard block |
||
| 189 | 189 | /** |
| 190 | 190 | * Assigns section to single content object. |
| 191 | 191 | * |
| 192 | - * @param mixed $sectionId |
|
| 193 | - * @param mixed $contentId |
|
| 192 | + * @param integer $sectionId |
|
| 193 | + * @param integer $contentId |
|
| 194 | 194 | */ |
| 195 | 195 | public function assign($sectionId, $contentId) |
| 196 | 196 | { |
@@ -212,7 +212,7 @@ discard block |
||
| 212 | 212 | /** |
| 213 | 213 | * Number of role policies using a Section in limitations. |
| 214 | 214 | * |
| 215 | - * @param mixed $sectionId |
|
| 215 | + * @param integer $sectionId |
|
| 216 | 216 | * |
| 217 | 217 | * @return int |
| 218 | 218 | */ |
@@ -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); |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * Registers an eZ Publish field type. |
| 42 | 42 | * Field types are being registered as a closure so that they will be lazy loaded. |
| 43 | 43 | * |
| 44 | - * @param string $nameableFieldTypeServiceId The field type nameable service Id |
|
| 44 | + * @param string $fieldTypeServiceId The field type nameable service Id |
|
| 45 | 45 | * @param string $fieldTypeAlias The field type alias (e.g. "ezstring") |
| 46 | 46 | */ |
| 47 | 47 | public function registerNonNameableFieldType($fieldTypeServiceId, $fieldTypeAlias) |