You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in our bug tracker and didn't find any solutions.
Describe the bug
Hi, I'm trying PHP 8.4 for my application and getting those messages:
Deprecated: Cycle\Database\Driver\Driver::lastInsertID(): Implicitly marking parameter $sequenceas nullable is deprecated, the explicit nullable type must be used instead in vendor\cycle\database\src\Driver\Driver.php on line 238
Deprecated: Cycle\Database\Driver\Driver::beginTransaction(): Implicitly marking parameter $isolationLevelas nullable is deprecated, the explicit nullable type must be used instead in vendor\cycle\database\src\Driver\Driver.php on line 259
Deprecated: Cycle\Database\Driver\DriverInterface::lastInsertID(): Implicitly marking parameter $sequenceas nullable is deprecated, the explicit nullable type must be used instead in vendor\cycle\database\src\Driver\DriverInterface.php on line 179
Deprecated: Cycle\Database\Driver\DriverInterface::beginTransaction(): Implicitly marking parameter $isolationLevelas nullable is deprecated, the explicit nullable type must be used instead in vendor\cycle\database\src\Driver\DriverInterface.php on line 190
Is this a regression?
NO
To Reproduce
Just run any app that uses Cycle\Database in PHP 8.4
Expected behaviour
No messages
Media prove
No response
Database
No response
Your environment
OS: Any
Additional context
No response
The text was updated successfully, but these errors were encountered:
No duplicates 🥲.
Describe the bug
Hi, I'm trying PHP 8.4 for my application and getting those messages:
Is this a regression?
NO
To Reproduce
Just run any app that uses Cycle\Database in PHP 8.4
Expected behaviour
No messages
Media prove
No response
Database
No response
Your environment
Additional context
No response
The text was updated successfully, but these errors were encountered: