Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Sep 7, 2022
1 parent 0e87504 commit 782aced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 782aced

Please sign in to comment.