xpdo icon indicating copy to clipboard operation
xpdo copied to clipboard

[Bug] xPDOQuery->select() incomplete parameter type hint in PHPDoc

Open smaddock opened this issue 5 years ago • 0 comments

As $columns can be either a CSV or array, this should be either @param mixed $columns, @param array|string $columns or @param string[]|string $columns.

https://github.com/modxcms/xpdo/blob/c4f7bc6aa6a3f83b12615d07c171d3b97f40328d/src/xPDO/Om/xPDOQuery.php#L220

smaddock avatar Apr 28 '21 17:04 smaddock