db
db copied to clipboard
Nonexistent return in `Query::one` should be fixed, it never returns an object.
https://github.com/yiisoft/db/blob/ec41ff1583a020a9f3c0f66ec948dc1f3c7b6de3/src/Query/Query.php#L553
In AR need remove inheritance from Query and QueryInterface. Then we can change type to ?array.