Completed
Push — master ( 0e2a64...4baa88 )
by Cees-Jan
08:31
created
src/AsyncTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @param $docBlockContents
180
+     * @param string $docBlockContents
181 181
      * @return DocBlock
182 182
      */
183 183
     private 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
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
 
195 195
     /**
196 196
      * @param  array $params
197
-     * @return array
197
+     * @return Node\Expr\ArrayItem[]
198 198
      */
199 199
     protected function createMethodArguments(array $params)
200 200
     {
Please login to merge, or discard this patch.
src/Shell/GenerateShell.php 1 patch
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 \Roave\BetterReflection\Reflection\ReflectionClass[] $classes
42
+     */
40 43
     public function iterateClasses($classes)
41 44
     {
42 45
         foreach ($classes as $class) {
Please login to merge, or discard this patch.
src/WorkerChild.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@
 block discarded – undo
97 97
 
98 98
     /**
99 99
      * @param Payload  $payload
100
-     * @param Deferred $deferred
101 100
      */
102 101
     protected function handlePaginateCall(Payload $payload)
103 102
     {
Please login to merge, or discard this patch.