Skip to content

Commit bbd4442

Browse files
CS fix
1 parent 019a5ff commit bbd4442

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/PropertyAccessorTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public function testGetValueReturnsNullIfPropertyNotFoundAndExceptionIsDisabled(
129129

130130
/**
131131
* @group legacy
132+
*
132133
* @dataProvider getPathsWithMissingProperty
133134
*/
134135
public function testGetValueReturnsNullIfPropertyNotFoundAndExceptionIsDisabledUsingBooleanArgument($objectOrArray, $path)
@@ -160,6 +161,7 @@ public function testGetValueThrowsExceptionIfIndexNotFoundAndIndexExceptionsEnab
160161

161162
/**
162163
* @group legacy
164+
*
163165
* @dataProvider getPathsWithMissingIndex
164166
*/
165167
public function testGetValueThrowsExceptionIfIndexNotFoundAndIndexExceptionsEnabledUsingBooleanArgument($objectOrArray, $path)
@@ -357,6 +359,7 @@ public function testGetValueDoesNotReadMagicCallByDefault()
357359

358360
/**
359361
* @group legacy
362+
*
360363
* @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).
361364
*/
362365
public function testLegacyGetValueReadsMagicCallIfEnabled()
@@ -476,6 +479,7 @@ public function testSetValueDoesNotUpdateMagicCallByDefault()
476479

477480
/**
478481
* @group legacy
482+
*
479483
* @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).
480484
*/
481485
public function testLegacySetValueUpdatesMagicCallIfEnabled()
@@ -564,6 +568,7 @@ public function testIsReadableDoesNotRecognizeMagicCallByDefault()
564568

565569
/**
566570
* @group legacy
571+
*
567572
* @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).
568573
*/
569574
public function testLegacyIsReadableRecognizesMagicCallIfEnabled()
@@ -636,6 +641,7 @@ public function testIsWritableDoesNotRecognizeMagicCallByDefault()
636641

637642
/**
638643
* @group legacy
644+
*
639645
* @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).
640646
*/
641647
public function testLegacyIsWritableRecognizesMagicCallIfEnabled()

0 commit comments

Comments
 (0)