Completed
Push — symfony5 ( 6bae84...3e4e26 )
by
unknown
12:04
created
eZ/Publish/Core/Persistence/Legacy/Content/UrlAlias/Handler.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException
310 310
      * @throws \eZ\Publish\API\Repository\Exceptions\ForbiddenException
311 311
      *
312
-     * @param mixed $locationId
312
+     * @param integer $locationId
313 313
      * @param string $path
314 314
      * @param bool $forwarding
315 315
      * @param string $languageCode
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
      * @param string $text
467 467
      * @param string $textMD5
468 468
      *
469
-     * @return mixed
469
+     * @return integer
470 470
      */
471 471
     protected function insertNopEntry($parentId, $text, $textMD5)
472 472
     {
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
      *
487 487
      * @throws \eZ\Publish\API\Repository\Exceptions\BadStateException
488 488
      *
489
-     * @param mixed $locationId
489
+     * @param integer $locationId
490 490
      * @param bool $custom if true the user generated aliases are listed otherwise the autogenerated
491 491
      *
492 492
      * @return \eZ\Publish\SPI\Persistence\Content\UrlAlias[]
@@ -622,9 +622,9 @@  discard block
 block discarded – undo
622 622
      *
623 623
      * This method triggers the change of the autogenerated aliases.
624 624
      *
625
-     * @param mixed $locationId
626
-     * @param mixed $oldParentId
627
-     * @param mixed $newParentId
625
+     * @param integer $locationId
626
+     * @param integer $oldParentId
627
+     * @param integer $newParentId
628 628
      */
629 629
     public function locationMoved($locationId, $oldParentId, $newParentId)
630 630
     {
@@ -652,9 +652,9 @@  discard block
 block discarded – undo
652 652
      *
653 653
      * This method triggers the creation of the autogenerated aliases for the copied locations
654 654
      *
655
-     * @param mixed $locationId
656
-     * @param mixed $newLocationId
657
-     * @param mixed $newParentId
655
+     * @param integer $locationId
656
+     * @param integer $newLocationId
657
+     * @param integer $newParentId
658 658
      */
659 659
     public function locationCopied($locationId, $newLocationId, $newParentId)
660 660
     {
@@ -983,7 +983,7 @@  discard block
 block discarded – undo
983 983
     /**
984 984
      * Notifies the underlying engine that a location was deleted or moved to trash.
985 985
      *
986
-     * @param mixed $locationId
986
+     * @param integer $locationId
987 987
      */
988 988
     public function locationDeleted($locationId)
989 989
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/DoctrineDatabase.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1966,6 +1966,4 @@
 block discarded – undo
1966 1966
                 $alwaysAvailable ? 1 : self::REMOVE_ALWAYS_AVAILABLE_LANG_MASK_OPERAND
1967 1967
             );
1968 1968
 
1969
-        return $query;
1970
-    }
1971
-}
1969
+        return $query
1972 1970
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1966,6 +1966,4 @@
 block discarded – undo
1966 1966
                 $alwaysAvailable ? 1 : self::REMOVE_ALWAYS_AVAILABLE_LANG_MASK_OPERAND
1967 1967
             );
1968 1968
 
1969
-        return $query;
1970
-    }
1971
-}
1969
+        return $query
1972 1970
\ No newline at end of file
Please login to merge, or discard this patch.
Configuration/ComplexSettings/ComplexSettingValueResolver.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,9 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Can receive as many tuples of array( argumentName ), argumentValue as necessary.
41 41
      *
42
-     * @param $argumentString
43
-     * @param string $dynamicSettingName ..
44
-     * @param string $dynamicSettingValue ..
42
+     * @param string $argumentString
45 43
      *
46 44
      * @return string
47 45
      */
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishIOBundle/DependencyInjection/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,9 +57,9 @@
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * @param NodeDefinition $node
60
-     * @param $name
60
+     * @param string $name
61 61
      * @param string $info block info line
62
-     * @param ConfigurationFactory[]|ArrayObject $factories
62
+     * @param ArrayObject $factories
63 63
      */
64 64
     private function addHandlersSection(NodeDefinition $node, $name, $info, ArrayObject $factories)
65 65
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Security/InteractiveLoginToken.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
     /** @var string */
20 20
     private $originalTokenType;
21 21
 
22
+    /**
23
+     * @param string $originalTokenType
24
+     */
22 25
     public function __construct(UserInterface $user, $originalTokenType, $credentials, $providerKey, array $roles = [])
23 26
     {
24 27
         parent::__construct($user, $credentials, $providerKey, $roles);
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/View/Manager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -67,6 +67,10 @@
 block discarded – undo
67 67
     /** @var \eZ\Publish\Core\MVC\Symfony\View\Configurator */
68 68
     private $viewConfigurator;
69 69
 
70
+    /**
71
+     * @param string $viewBaseLayout
72
+     * @param \PHPUnit\Framework\MockObject\MockObject $viewConfigurator
73
+     */
70 74
     public function __construct(
71 75
         Environment $templateEngine,
72 76
         EventDispatcherInterface $eventDispatcher,
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/DeleteQuery.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
      *
45 45
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
46 46
      *
47
-     * @param string|array(string) $... Either a string with a logical expression name or an array with logical expressions.
48 47
      *
49 48
      * @return \eZ\Publish\Core\Persistence\Database\DeleteQuery
50 49
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/SelectQuery.php 1 patch
Doc Comments   -12 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters..
50 50
      *
51
-     * @param string|array(string) $... Either a string with a column name or an array of column names.
52 51
      *
53 52
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery returns a pointer to $this.
54 53
      */
@@ -108,7 +107,6 @@  discard block
 block discarded – undo
108 107
      *
109 108
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters..
110 109
      *
111
-     * @param string|array(string) $... Either a string with a column name or an array of column names.
112 110
      *
113 111
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery returns a pointer to $this.
114 112
      */
@@ -132,7 +130,6 @@  discard block
 block discarded – undo
132 130
      *
133 131
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
134 132
      *
135
-     * @param string|array(string) $... Either a string with a table name or an array of table names.
136 133
      *
137 134
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
138 135
      */
@@ -184,8 +181,6 @@  discard block
 block discarded – undo
184 181
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
185 182
      *         invoked without preceding call to from().
186 183
      *
187
-     * @param string $table2 ,... The table to join with, followed by either the
188
-     *                           two join columns, or a join condition.
189 184
      *
190 185
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
191 186
      */
@@ -237,8 +232,6 @@  discard block
 block discarded – undo
237 232
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
238 233
      *         invoked without preceding call to from().
239 234
      *
240
-     * @param string $table2 ,... The table to join with, followed by either the
241
-     *                           two join columns, or a join condition.
242 235
      *
243 236
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
244 237
      */
@@ -290,8 +283,6 @@  discard block
 block discarded – undo
290 283
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
291 284
      *         invoked without preceding call to from().
292 285
      *
293
-     * @param string $table2 ,... The table to join with, followed by either the
294
-     *                           two join columns, or a join condition.
295 286
      *
296 287
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
297 288
      */
@@ -314,7 +305,6 @@  discard block
 block discarded – undo
314 305
      *
315 306
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
316 307
      *
317
-     * @param string|array(string) $... Either a string with a logical expression name or an array with logical expressions.
318 308
      *
319 309
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
320 310
      */
@@ -378,7 +368,6 @@  discard block
 block discarded – undo
378 368
      *
379 369
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
380 370
      *
381
-     * @param string $column a column name in the result set
382 371
      *
383 372
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
384 373
      */
@@ -399,7 +388,6 @@  discard block
 block discarded – undo
399 388
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException
400 389
      *         if called with no parameters.
401 390
      *
402
-     * @param string|array(string) $... Either a string with a logical expression name                             or an array with logical expressions.
403 391
      *
404 392
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
405 393
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/UpdateQuery.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
      *
56 56
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
57 57
      *
58
-     * @param string|array(string) $... Either a string with a logical expression name or an array with logical expressions.
59 58
      *
60 59
      * @return \eZ\Publish\Core\Persistence\Database\UpdateQuery
61 60
      */
Please login to merge, or discard this patch.