The expression return $this returns the type Quantum\Libraries\Databa...ekdb\Statements\Reducer which is incompatible with the type-hinted return Quantum\Libraries\Database\DbalInterface.
Loading history...
45
}
46
47
/**
48
* @inheritDoc
49
*/
50
public function groupBy(string $column): DbalInterface
The expression return $this returns the type Quantum\Libraries\Databa...ekdb\Statements\Reducer which is incompatible with the type-hinted return Quantum\Libraries\Database\DbalInterface.
Loading history...
54
}
55
56
/**
57
* @inheritDoc
58
*/
59
public function orderBy(string $column, string $direction): DbalInterface
The expression return $this returns the type Quantum\Libraries\Databa...ekdb\Statements\Reducer which is incompatible with the type-hinted return Quantum\Libraries\Database\DbalInterface.
Loading history...
63
}
64
65
/**
66
* @inheritDoc
67
*/
68
public function offset(int $offset): DbalInterface
The expression return $this returns the type Quantum\Libraries\Databa...ekdb\Statements\Reducer which is incompatible with the type-hinted return Quantum\Libraries\Database\DbalInterface.
The expression return $this returns the type Quantum\Libraries\Databa...ekdb\Statements\Reducer which is incompatible with the type-hinted return Quantum\Libraries\Database\DbalInterface.