There was an error while loading. Please reload this page.
1 parent 04b3c2e commit abc0388Copy full SHA for abc0388
1 file changed
system/Database/SQLSRV/Connection.php
@@ -47,7 +47,7 @@ class Connection extends BaseConnection
47
* FALSE or SQLSRV_CURSOR_FORWARD would increase performance,
48
* but would disable num_rows() (and possibly insert_id())
49
*
50
- * @var false|string
+ * @var false|string|null
51
*/
52
public $scrollable;
53
0 commit comments