Skip to content

Commit 7e1bbbc

Browse files
committed
chore: mago fmt
1 parent b75a17e commit 7e1bbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/validation/tests/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function test_validate_passes_with_valid_object(): void
6060

6161
public function test_validate_value_for_property_sets_field_and_value(): void
6262
{
63-
$property = (new ClassReflector(ValidateObjectA::class))->getProperty('title');
63+
$property = new ClassReflector(ValidateObjectA::class)->getProperty('title');
6464

6565
$failingRules = $this->validator->validateValueForProperty($property, 123);
6666

0 commit comments

Comments
 (0)