php 8.1 updates

This commit is contained in:
Brad Dutton
2022-01-08 19:19:03 -08:00
parent 5ac30383a5
commit 3ee59350a1
17 changed files with 56 additions and 42 deletions

View File

@@ -258,9 +258,10 @@ class ORM_Iterator_Core implements Iterator, ArrayAccess, Countable {
*
* @throws Kohana_Database_Exception
*/
#[\ReturnTypeWillChange]
public function offsetUnset($offset)
{
throw new Kohana_Database_Exception('database.result_read_only');
}
} // End ORM Iterator
} // End ORM Iterator