You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -357,6 +359,7 @@ public function testGetValueDoesNotReadMagicCallByDefault()
357
359
358
360
/**
359
361
* @group legacy
362
+
*
360
363
* @expectedDeprecation Since symfony/property-access 5.2: Passing a boolean as the first argument to "Symfony\Component\PropertyAccess\PropertyAccessor::__construct()" is deprecated. Pass a combination of bitwise flags instead (i.e an integer).
@@ -476,6 +479,7 @@ public function testSetValueDoesNotUpdateMagicCallByDefault()
476
479
477
480
/**
478
481
* @group legacy
482
+
*
479
483
* @expectedDeprecation Since symfony/property-access 5.2: Passing a boolean as the first argument to "Symfony\Component\PropertyAccess\PropertyAccessor::__construct()" is deprecated. Pass a combination of bitwise flags instead (i.e an integer).
@@ -564,6 +568,7 @@ public function testIsReadableDoesNotRecognizeMagicCallByDefault()
564
568
565
569
/**
566
570
* @group legacy
571
+
*
567
572
* @expectedDeprecation Since symfony/property-access 5.2: Passing a boolean as the first argument to "Symfony\Component\PropertyAccess\PropertyAccessor::__construct()" is deprecated. Pass a combination of bitwise flags instead (i.e an integer).
@@ -636,6 +641,7 @@ public function testIsWritableDoesNotRecognizeMagicCallByDefault()
636
641
637
642
/**
638
643
* @group legacy
644
+
*
639
645
* @expectedDeprecation Since symfony/property-access 5.2: Passing a boolean as the first argument to "Symfony\Component\PropertyAccess\PropertyAccessor::__construct()" is deprecated. Pass a combination of bitwise flags instead (i.e an integer).
0 commit comments