From 1c824e070adcc8df48817c01130b8c636ca5f9bc Mon Sep 17 00:00:00 2001 From: xepozz Date: Tue, 13 Feb 2024 07:29:46 +0000 Subject: [PATCH] Apply Rector changes (CI) --- src/Message/MessageInterface.php | 2 -- 1 file changed, 2 deletions(-) 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 */