Skip to content
Snippets Groups Projects
Commit ab40391d authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 148a8994
No related branches found
No related tags found
1 merge request!7PHP 8
Pipeline #30656 passed
......@@ -46,7 +46,10 @@ final class TableManager
}
/**
* @param array<string, mixed> $conditions
* @param array<string, mixed> $conditions Conditions provides low-level access to "where" clause concatenated by %and.
* More: https://dibiphp.com/en/documentation
* Note! Types and names are currently NOT mapped.
* Please follow https://gitlab.grifart.cz/grifart/tables/-/issues/2 on progress.
* @return Row[] (subclass of row)
*/
public function findBy(Table $table, array $conditions): array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment