@@ -38,7 +38,8 @@ discard block |
||
| 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 |
||
| 339 | 340 | } |
| 340 | 341 | } |
| 341 | 342 | |
| 343 | + /** |
|
| 344 | + * @param string $defaultValue |
|
| 345 | + */ |
|
| 342 | 346 | protected function cleanDefaultValue($defaultValue) { |
| 343 | 347 | return $defaultValue; |
| 344 | 348 | } |