Skip to content

Commit 8c4e5fd

Browse files
Update system/Database/SQLite3/Connection.php
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 31c5648 commit 8c4e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLite3/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Connection extends BaseConnection
6060
/**
6161
* The setting of the "synchronous" flag
6262
*
63-
* @var int|null flag
63+
* @var int<0, 3>|null flag
6464
*
6565
* @see https://www.sqlite.org/pragma.html#pragma_synchronous
6666
*/

0 commit comments

Comments
 (0)