Skip to content

Commit abc0388

Browse files
committed
fix: phpstan
1 parent 04b3c2e commit abc0388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/SQLSRV/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Connection extends BaseConnection
4747
* FALSE or SQLSRV_CURSOR_FORWARD would increase performance,
4848
* but would disable num_rows() (and possibly insert_id())
4949
*
50-
* @var false|string
50+
* @var false|string|null
5151
*/
5252
public $scrollable;
5353

0 commit comments

Comments
 (0)