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 c4707b7 commit e5da1a7Copy full SHA for e5da1a7
lib/internal/Magento/Framework/Session/SaveHandler.php
@@ -146,7 +146,8 @@ public function read($sessionId): string
146
* @return bool
147
* @throws LocalizedException
148
*/
149
- public function write($sessionId, $data): bool
+ #[\ReturnTypeWillChange]
150
+ public function write($sessionId, $data)
151
{
152
$sessionMaxSize = $this->sessionMaxSizeConfig->getSessionMaxSize();
153
$sessionSize = strlen($data);
0 commit comments