We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77806b commit 0ebd4d7Copy full SHA for 0ebd4d7
src/Generator/Task/DatabaseTableTask.php
@@ -68,6 +68,7 @@ protected function collectTables(): array {
68
} else {
69
$db = $this->getConnection();
70
try {
71
+ /** @var array<string>|null $ignore */
72
$ignore = Configure::read('IdeHelper.ignoreDatabaseTables');
73
$tables = (new TableScanner($db, $ignore))->listUnskipped();
74
} catch (Throwable $exception) {
0 commit comments