db
db copied to clipboard
Make array type only for `Constraint::$columnNames`
https://github.com/yiisoft/db/blob/c5aa0b150aa2ba176a4660049ff6d98a2a92f067/src/Constraint/Constraint.php#L18
Replace with
private array $columnNames = [];
Related with #738