Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 2, 2024
1 parent 2f6f495 commit 5372e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ protected function findColumns(TableSchemaInterface $table): bool
}

if ($schemaName !== null) {
$whereSql .= " AND [t1].[table_schema] = :schema_name";
$whereSql .= ' AND [t1].[table_schema] = :schema_name';
$whereParams[':schema_name'] = $schemaName;
}

Expand Down

0 comments on commit 5372e43

Please sign in to comment.