1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Fix constructor argument type in Query\Base

This commit is contained in:
philippe-unitiz 2018-08-21 15:21:56 +02:00 committed by Michael Moravec
parent cb9ec8234b
commit d3acbbf79b
No known key found for this signature in database
GPG Key ID: 946F139F96C1C1B5

View File

@ -56,7 +56,7 @@ abstract class Base
protected $parts = [];
/**
* @param array $args
* @param mixed $args
*/
public function __construct($args = [])
{