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 3801ac7 commit 0fa6784Copy full SHA for 0fa6784
src/Query/Builder.php
@@ -153,6 +153,7 @@ public function project($columns)
153
154
/**
155
* Set the cursor timeout in seconds.
156
+ *
157
* @param int $seconds
158
* @return $this
159
*/
@@ -732,6 +733,7 @@ public function truncate(): bool
732
733
* @param string $column
734
* @param string $key
735
* @return array
736
737
* @deprecated
738
739
public function lists($column, $key = null)
@@ -1252,7 +1254,7 @@ protected function compileWhereDay(array $where)
1252
1254
}
1253
1255
1256
- * @param array $where
1257
+ * @param array $where
1258
1259
1260
protected function compileWhereYear(array $where)
0 commit comments