diff --git a/src/Storage/SelectQuery.php b/src/Storage/SelectQuery.php index 57032dd3c..2f90ecbe6 100644 --- a/src/Storage/SelectQuery.php +++ b/src/Storage/SelectQuery.php @@ -110,11 +110,11 @@ class SelectQuery implements QueryInterface * Constructor. */ public function __construct( - ?QueryBuilder $qb = null, QueryParameterParser $parser, Config $config, EntityManagerInterface $em, - FieldQueryUtils $utils + FieldQueryUtils $utils, + ?QueryBuilder $qb = null ) { $this->qb = $qb; $this->parser = $parser;