db icon indicating copy to clipboard operation
db copied to clipboard

Make array type only for `Constraint::$columnNames`

Open Tigrov opened this issue 2 years ago • 0 comments

https://github.com/yiisoft/db/blob/c5aa0b150aa2ba176a4660049ff6d98a2a92f067/src/Constraint/Constraint.php#L18

Replace with

private array $columnNames = [];

Related with #738

Tigrov avatar Aug 20 '23 12:08 Tigrov