@@ -89,9 +89,9 @@ |
||
| 89 | 89 | } |
| 90 | 90 | } |
| 91 | 91 | |
| 92 | - /** |
|
| 93 | - * {@inheritDoc} |
|
| 94 | - */ |
|
| 92 | + /** |
|
| 93 | + * {@inheritDoc} |
|
| 94 | + */ |
|
| 95 | 95 | public function tableExists(string $tableName = ''): bool |
| 96 | 96 | { |
| 97 | 97 | $tableName = !empty($tableName) ? $tableName : $this->tableName; |