Skip to content

Refined Query Builder Generics for RunnableSelect

Latest

Choose a tag to compare

@rkrx rkrx released this 26 Jan 09:47

This commit refines PHPDoc generics in the RunnableSelect interface to better align callback return types with the resulting collections and generators. Affected methods: fetchIndexedRows, fetchRows, fetchRowsLazy, and fetchRow.