Completed
Push — master ( 3a9521...eacba4 )
by Cees-Jan
01:50
created
src/AsyncTable.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * @param Pool $pool
38 38
      * @param string $tableName
39
+     * @param string|false $tableClass
39 40
      */
40 41
     public function __construct(Pool $pool, $tableName, $tableClass)
41 42
     {
@@ -167,7 +168,7 @@  discard block
 block discarded – undo
167 168
     }
168 169
 
169 170
     /**
170
-     * @param $docBlockContents
171
+     * @param string $docBlockContents
171 172
      * @return DocBlock
172 173
      */
173 174
     protected function getDocBlock($docBlockContents)
Please login to merge, or discard this patch.