Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored and github-actions[bot] committed Feb 13, 2024
1 parent 3b2262a commit 1c824e0
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,7 +23,6 @@ public function getMetadata(): array;
/**
* Returns a new instance with the specified data.
*
* @param mixed $data
*
* @return self
*/
Expand All @@ -32,7 +31,6 @@ public function withData(mixed $data): self;
/**
* Returns a new instance with the specified metadata.
*
* @param array $metadata
*
* @return self
*/
Expand Down

0 comments on commit 1c824e0

Please sign in to comment.