/** * {@inheritdoc} */ public function getExpression() { return array('$group' => $this->expr->getExpression()); }
/** * {@inheritdoc} */ public function getExpression() { return ['$group' => $this->expr->getExpression()]; }