Completed
Push — master ( c9d80b...fb8ce4 )
by Cheren
08:47 queued 06:37
created
src/Controller/Component/MoveComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @param   array|string $key
62 62
      * @param   null|mixed $value
63 63
      * @param   bool $merge
64
-     * @return  mixed
64
+     * @return  MoveComponent
65 65
      *
66 66
      * @throws  \Aura\Intl\Exception
67 67
      * @throws  \Cake\Core\Exception\Exception When trying to set a key that is invalid.
Please login to merge, or discard this patch.
src/Controller/Component/ProcessComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
      * Create and merge actual process options.
218 218
      *
219 219
      * @param   array $options
220
-     * @param   int|string $count
220
+     * @param   integer $count
221 221
      * @return  array
222 222
      *
223 223
      * @throws  \Aura\Intl\Exception
Please login to merge, or discard this patch.