@@ -477,7 +477,7 @@ public function setBeanHelper( BeanHelper $helper )
477
477
*
478
478
* @return ArrayIterator
479
479
*/
480
- #[ReturnTypeWillChange]
480
+ #[\ ReturnTypeWillChange]
481
481
public function getIterator ()
482
482
{
483
483
return new \ArrayIterator ( $ this ->properties );
@@ -1471,7 +1471,7 @@ public function __toString()
1471
1471
*
1472
1472
* @return void
1473
1473
*/
1474
- #[ReturnTypeWillChange]
1474
+ #[\ ReturnTypeWillChange]
1475
1475
public function offsetSet ( $ offset , $ value )
1476
1476
{
1477
1477
$ this ->__set ( $ offset , $ value );
@@ -1489,7 +1489,7 @@ public function offsetSet( $offset, $value )
1489
1489
*
1490
1490
* @return boolean
1491
1491
*/
1492
- #[ReturnTypeWillChange]
1492
+ #[\ ReturnTypeWillChange]
1493
1493
public function offsetExists ( $ offset )
1494
1494
{
1495
1495
return $ this ->__isset ( $ offset );
@@ -1508,7 +1508,7 @@ public function offsetExists( $offset )
1508
1508
*
1509
1509
* @return void
1510
1510
*/
1511
- #[ReturnTypeWillChange]
1511
+ #[\ ReturnTypeWillChange]
1512
1512
public function offsetUnset ( $ offset )
1513
1513
{
1514
1514
$ this ->__unset ( $ offset );
@@ -1527,7 +1527,7 @@ public function offsetUnset( $offset )
1527
1527
*
1528
1528
* @return mixed
1529
1529
*/
1530
- #[ReturnTypeWillChange]
1530
+ #[\ ReturnTypeWillChange]
1531
1531
public function &offsetGet ( $ offset )
1532
1532
{
1533
1533
return $ this ->__get ( $ offset );
@@ -1668,7 +1668,7 @@ public function traverse( $property, $function, $maxDepth = NULL, $depth = 1 )
1668
1668
*
1669
1669
* @return integer
1670
1670
*/
1671
- #[ReturnTypeWillChange]
1671
+ #[\ ReturnTypeWillChange]
1672
1672
public function count ()
1673
1673
{
1674
1674
return count ( $ this ->properties );
@@ -2276,7 +2276,7 @@ public function equals(OODBBean $bean)
2276
2276
*
2277
2277
* @return array
2278
2278
*/
2279
- #[ReturnTypeWillChange]
2279
+ #[\ ReturnTypeWillChange]
2280
2280
public function jsonSerialize ()
2281
2281
{
2282
2282
$ json = $ this ->__call ( '@__jsonSerialize ' , array ( ) );
0 commit comments