We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6784 commit 08db883Copy full SHA for 08db883
src/Query/Builder.php
@@ -153,7 +153,7 @@ public function project($columns)
153
154
/**
155
* Set the cursor timeout in seconds.
156
- *
+ *
157
* @param int $seconds
158
* @return $this
159
*/
@@ -733,7 +733,7 @@ public function truncate(): bool
733
* @param string $column
734
* @param string $key
735
* @return array
736
737
* @deprecated
738
739
public function lists($column, $key = null)
@@ -1260,7 +1260,7 @@ protected function compileWhereDay(array $where)
1260
protected function compileWhereYear(array $where)
1261
{
1262
extract($where);
1263
-
+
1264
$operator = $operator === '=' ? '$eq' : $this->conversion[$operator];
1265
1266
return [
0 commit comments