Completed
Push — master ( 8b9586...6460ce )
by James Ekow Abaka
06:03
created
src/Descriptor.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,8 @@  discard block
 block discarded – undo
38 38
      * @param string $schema The name of the schema whose tables should be
39 39
      *     describled.
40 40
      * @param array<string> An array contianing names of specific tables 
41
-     *     who's descriptions should be retrieved. 
41
+     *     who's descriptions should be retrieved.
42
+     * @param boolean $includeViews 
42 43
      * @return array<array>  
43 44
      */
44 45
     abstract protected function getTables($schema, $requestedTables, $includeViews);
@@ -339,6 +340,9 @@  discard block
 block discarded – undo
339 340
         }
340 341
     }
341 342
 
343
+    /**
344
+     * @param string $defaultValue
345
+     */
342 346
     protected function cleanDefaultValue($defaultValue) {
343 347
         return $defaultValue;
344 348
     }
Please login to merge, or discard this patch.