Skip to content

Commit

Permalink
Update system/Database/SQLite3/Connection.php
Browse files Browse the repository at this point in the history
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
  • Loading branch information
michalsn and paulbalandan authored Dec 1, 2024
1 parent 31c5648 commit 8c4e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/SQLite3/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Connection extends BaseConnection
/**
* The setting of the "synchronous" flag
*
* @var int|null flag
* @var int<0, 3>|null flag
*
* @see https://www.sqlite.org/pragma.html#pragma_synchronous
*/
Expand Down

0 comments on commit 8c4e5fd

Please sign in to comment.