Completed
Push — EZP-30548-Romanian_special_cha... ( 3d9744...f7b250 )
by
unknown
26:18
created
eZ/Publish/Core/Persistence/Legacy/User/Role/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/TransformationProcessor/PcreCompiler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/TransformationProcessor/PreprocessedBased.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * Constructor.
22 22
      *
23 23
      * @param \eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler $compiler
24
-     * @param string $installDir Base dir for rule loading
25 24
      * @param array $ruleFiles
26 25
      */
27 26
     public function __construct(PcreCompiler $compiler, array $ruleFiles = array())
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/NameSchemaTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
156
+     * @return Field[]
157 157
      */
158 158
     protected function getFields()
159 159
     {
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-     * @return \eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition[]
207
+     * @return FieldDefinition[]
208 208
      */
209 209
     protected function getFieldDefinitions()
210 210
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/ContentType/FieldType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * Returns the fallback default value of field type when no such default
155 155
      * value is provided in the field definition in content types.
156 156
      *
157
-     * @return mixed
157
+     * @return Value
158 158
      */
159 159
     public function getEmptyValue()
160 160
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      *
185 185
      * @param mixed $hash
186 186
      *
187
-     * @return mixed
187
+     * @return Value
188 188
      */
189 189
     public function fromHash($hash)
190 190
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/Input/Parser/Relation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param array $data
43 43
      * @param \eZ\Publish\Core\REST\Common\Input\ParsingDispatcher $parsingDispatcher
44 44
      *
45
-     * @return \eZ\Publish\API\Repository\Values\Relation\Version
45
+     * @return Values\Content\Relation
46 46
      *
47 47
      * @todo Error handling
48 48
      * @todo Should the related ContentInfo structs really be loaded here or do
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/Input/Parser/Session.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @todo Error handling
54 54
      *
55
-     * @return \eZ\Publish\API\Repository\Values\User\Role
55
+     * @return Values\UserSession
56 56
      */
57 57
     public function parse(array $data, ParsingDispatcher $parsingDispatcher)
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/IntegrationTestRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @param \eZ\Publish\Core\REST\Common\Input\Dispatcher $inputDispatcher
55 55
      * @param \eZ\Publish\Core\REST\Common\Output\Visitor $outputVisitor
56 56
      * @param \eZ\Publish\SPI\FieldType\FieldType[] $fieldTypes
57
-     * @param \eZ\Publish\Core\REST\Client\HttpClient\Authentication\IntegrationTestAuthentication $authenticator
57
+     * @param IntegrationTestAuthenticator $authenticator
58 58
      */
59 59
     public function __construct(HttpClient $client, Dispatcher $inputDispatcher, Visitor $outputVisitor, RequestParser $requestParser, array $fieldTypes, IntegrationTestAuthenticator $authenticator)
60 60
     {
Please login to merge, or discard this patch.