Fix PHP 8.2+

v2-beta
Bruno O. Notario 10 months ago
parent eafda03c74
commit 79bf7b74c4
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 2
      system/database/Databases/Object/Result.php
  2. 1
      system/database/Databases/Object/ResultCacheIterator.php
  3. 14
      system/session/Redis/Handler.php

File diff suppressed because one or more lines are too long

@ -171,6 +171,7 @@ class ResultCacheIterator extends \CachingIterator implements ResultInterface {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
#[\ReturnTypeWillChange]
public function offsetGet($index) public function offsetGet($index)
{ {
$data = null; $data = null;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save