Skip to content

Commit 0fa6784

Browse files
committed
(+) fix styleci
1 parent 3801ac7 commit 0fa6784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Query/Builder.php

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

154154
/**
155155
* Set the cursor timeout in seconds.
156+
*
156157
* @param int $seconds
157158
* @return $this
158159
*/
@@ -732,6 +733,7 @@ public function truncate(): bool
732733
* @param string $column
733734
* @param string $key
734735
* @return array
736+
*
735737
* @deprecated
736738
*/
737739
public function lists($column, $key = null)
@@ -1252,7 +1254,7 @@ protected function compileWhereDay(array $where)
12521254
}
12531255

12541256
/**
1255-
* @param array $where
1257+
* @param array $where
12561258
* @return array
12571259
*/
12581260
protected function compileWhereYear(array $where)

0 commit comments

Comments
 (0)