Revert type hints that were too strict (#24)
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.