Skip to content

Revert type hints that were too strict (#24)

Choose a tag to compare

@mpdude mpdude released this 09 May 08:43
· 52 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.