diff --git a/src/Message/MessageInterface.php b/src/Message/MessageInterface.php index 513f4eda..adea663e 100644 --- a/src/Message/MessageInterface.php +++ b/src/Message/MessageInterface.php @@ -23,7 +23,6 @@ public function getMetadata(): array; /** * Returns a new instance with the specified data. * - * @param mixed $data * * @return self */ @@ -32,7 +31,6 @@ public function withData(mixed $data): self; /** * Returns a new instance with the specified metadata. * - * @param array $metadata * * @return self */