Skip to content

Commit 08db883

Browse files
committed
(+) fix styleci
1 parent 0fa6784 commit 08db883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Query/Builder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function project($columns)
153153

154154
/**
155155
* Set the cursor timeout in seconds.
156-
*
156+
*
157157
* @param int $seconds
158158
* @return $this
159159
*/
@@ -733,7 +733,7 @@ public function truncate(): bool
733733
* @param string $column
734734
* @param string $key
735735
* @return array
736-
*
736+
*
737737
* @deprecated
738738
*/
739739
public function lists($column, $key = null)
@@ -1260,7 +1260,7 @@ protected function compileWhereDay(array $where)
12601260
protected function compileWhereYear(array $where)
12611261
{
12621262
extract($where);
1263-
1263+
12641264
$operator = $operator === '=' ? '$eq' : $this->conversion[$operator];
12651265

12661266
return [

0 commit comments

Comments
 (0)