Fix constructor argument type in Query\Base
This commit is contained in:
parent
cb9ec8234b
commit
d3acbbf79b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ abstract class Base
|
|||
protected $parts = [];
|
||||
|
||||
/**
|
||||
* @param array $args
|
||||
* @param mixed $args
|
||||
*/
|
||||
public function __construct($args = [])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue