Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 5, 2024
1 parent 1fd5f6e commit 364d2ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/ObjectMap/Readme/Body.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

namespace Yiisoft\Hydrator\Tests\ObjectMap\Readme;

final class Body {
final class Body
{
public string $text = '';
public string $html = '';
}
3 changes: 2 additions & 1 deletion tests/ObjectMap/Readme/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

namespace Yiisoft\Hydrator\Tests\ObjectMap\Readme;

final class Message {
final class Message
{
public string $subject = '';
public ?Body $body = null;
}

0 comments on commit 364d2ac

Please sign in to comment.