diff --git a/tests/DataTest.php b/tests/DataTest.php index 71c0ff2c..60abc6fb 100644 --- a/tests/DataTest.php +++ b/tests/DataTest.php @@ -2376,7 +2376,7 @@ public function it_will_throw_a_custom_exception_when_a_data_constructor_cannot_ /** @test */ public function it_can_inherit_properties_from_a_base_class() { - $dataClass = new class('') extends SimpleData{ + $dataClass = new class ('') extends SimpleData { public int $int; };