databases
databases copied to clipboard
Use correct type hints for query methods
What title says.
Is there a reason to have RecordInterface at all? It declares only two methods omitting lots of other methods and magic methods in common.Record. If someone needs a custom Record they should extend it, not implement RecordInterface.