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 00a3ca2 commit 44765b0Copy full SHA for 44765b0
src/SaveHandlers/DatabaseHandler.php
@@ -35,6 +35,8 @@
35
* );
36
* ```
37
*
38
+ * NOTE: As of PHP 8.4 the id column can be `char(32)`.
39
+ *
40
* @package session
41
*/
42
class DatabaseHandler extends SaveHandler
0 commit comments