Skip to content

Commit

Permalink
Minor automated CS fixes - not squashed to avoid refs from CuyZ#488 b…
Browse files Browse the repository at this point in the history
…reaking here
  • Loading branch information
Ocramius committed Mar 5, 2024
1 parent ffe0f0f commit 4df5cd5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@

final class SimpleObjectWithConstructor
{
public function __construct(public readonly string $value)
{
}
public function __construct(public readonly string $value) {}
}

0 comments on commit 4df5cd5

Please sign in to comment.