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 Feb 13, 2024
1 parent 1c824e0 commit 76c605f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Message/MessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ public function getMetadata(): array;
/**
* Returns a new instance with the specified data.
*
*
* @return self
*/
public function withData(mixed $data): self;

/**
* Returns a new instance with the specified metadata.
*
*
* @return self
*/
public function withMetadata(array $metadata): self;
Expand Down

0 comments on commit 76c605f

Please sign in to comment.