https://github.com/php-db/phpdb/blob/74363f481958c8e2d192a8e8efafe9bc0684f958/src/Sql/Join.php#L124 I'm proposing narrowing this type to array|string especially in light of the fact that Select::join() only accepts array|string.
phpdb/src/Sql/Join.php
Line 124 in 74363f4
I'm proposing narrowing this type to array|string especially in light of the fact that Select::join() only accepts array|string.