Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 8e22030

Browse files
author
Nik Barham
committed
Minor spacing fix
1 parent 01b08d1 commit 8e22030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/QueryBuilder/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function render(QueryBuilder $query) : string
125125
}
126126

127127
// Special case for null values - use "is null" / "is not null"
128-
return $column . $this->comparitor;
128+
return $column . " " . $this->comparitor;
129129
}
130130

131131
public static function extractAffix(string $column) : array

0 commit comments

Comments
 (0)