Skip to content

Revert type hints that were too strict (#24)

Compare
Choose a tag to compare
@mpdude mpdude released this 09 May 08:43
· 39 commits to master since this release
fb7001e
Revert some added method type hints from #21 (#24)

These methods may, in fact, also accept `string` type parameters. The cast to `array` will happen only later on in `MetaQuery::addTable()` and similar methods.