Skip to content

Commit e55db41

Browse files
committed
Fix PHP 8.0 syntax compat. issue.
1 parent 39ed7c3 commit e55db41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedBeanPHP/OODBBean.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* This source file is subject to the BSD/GPLv2 License that is bundled
3131
* with this source code in the file license.txt.
3232
*/
33-
class OODBBean implements\IteratorAggregate,\ArrayAccess,\Countable,Jsonable
33+
class OODBBean implements \IteratorAggregate,\ArrayAccess,\Countable,Jsonable
3434
{
3535
/**
3636
* FUSE error modes.

0 commit comments

Comments
 (0)