Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#6297)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <[email protected]>
  • Loading branch information
TomasVotruba and TomasVotruba authored Sep 8, 2024
1 parent c9f4b4f commit a4545b6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ public function run()
}
CODE_SAMPLE
,
[
new MethodCallToPropertyFetch('ExamplePersonClass', 'getFirstname', 'firstname'),
]
[new MethodCallToPropertyFetch('ExamplePersonClass', 'getFirstname', 'firstname')]
),
]);
}
Expand Down

0 comments on commit a4545b6

Please sign in to comment.