Completed
Push — master ( 4b2870...b9812c )
by Cheren
02:31
created
src/Controller/Component/ProcessComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
      * Create and merge actual process options.
214 214
      *
215 215
      * @param array $options
216
-     * @param int|string $count
216
+     * @param integer $count
217 217
      * @return array
218 218
      */
219 219
     protected function _getOptions(array $options, $count)
Please login to merge, or discard this patch.
src/Event/Event.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 namespace Core\Event;
17 17
 
18 18
 use Cake\Event\Event as CakeEvent;
19
-
20 19
 use JBZoo\Data\Data;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
src/Event/EventManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      * Emits an event.
73 73
      *
74 74
      * @param string $name
75
-     * @param object|null $subject
75
+     * @param \Cake\Controller\Controller $subject
76 76
      * @param array|null $data
77 77
      * @return Event
78 78
      */
Please login to merge, or discard this patch.