We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e9d3d commit aae0068Copy full SHA for aae0068
src/Query/Generator/SQL.php
@@ -112,7 +112,7 @@ public function generate(Query $query): string
112
* @param WhereCondition|WhereGroup|null $where
113
* @return string
114
*/
115
- private function generateWhere(Query $query, WhereCondition|WhereGroup $where = null): string
+ private function generateWhere(Query $query, WhereCondition|WhereGroup|null $where = null): string
116
{
117
if (!$where) {
118
$where = $query->getWhere();
0 commit comments