Fix lingering }

Remove remaining } in toMatchObject.
This commit is contained in:
AFS
2025-02-25 15:41:17 +01:00
committed by GitHub
parent 1ad30a97b3
commit 0bdaef29e9

View File

@ -819,7 +819,6 @@ final class Expectation
$this->export($property), $this->export($property),
$this->export($propertyValue), $this->export($propertyValue),
); );
}
Assert::assertEquals($value, $propertyValue, $second_message); Assert::assertEquals($value, $propertyValue, $second_message);
} }