Completed
Pull Request — master (#5)
by Cees-Jan
09:17
created
src/AsyncTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @param $docBlockContents
170
+     * @param string $docBlockContents
171 171
      * @return DocBlock
172 172
      */
173 173
     protected function getDocBlock($docBlockContents)
Please login to merge, or discard this patch.
src/AsyncTableGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 
145 145
     /**
146 146
      * @param array $params
147
-     * @return array
147
+     * @return Node\Expr\ArrayItem[]
148 148
      */
149 149
     protected function createMethodArguments(array $params)
150 150
     {
Please login to merge, or discard this patch.
src/Shell/GenerateShell.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
         }
38 38
     }
39 39
 
40
+    /**
41
+     * @param \BetterReflection\Reflection\Reflection[] $classes
42
+     */
40 43
     public function iterateClasses($classes)
41 44
     {
42 45
         foreach ($classes as $class) {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
 use Cake\Core\App;
9 9
 use Cake\Core\Configure;
10 10
 use Cake\Core\Plugin;
11
-use Cake\ORM\TableRegistry;
12 11
 use WyriHaximus\React\Cake\Orm\AsyncTableGenerator;
13
-use WyriHaximus\React\Cake\Orm\AsyncTableRegistry;
14 12
 
15 13
 class GenerateShell extends Shell
16 14
 {
Please login to merge, or discard this patch.