From 28d8bf1628cf829ad6194db82842cf46b448e07c Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Wed, 5 Apr 2023 09:41:03 +0200 Subject: [PATCH] [style] Remove excess empty line in RequestInterface.php --- src/RequestInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RequestInterface.php b/src/RequestInterface.php index 33f85e5..0839a26 100644 --- a/src/RequestInterface.php +++ b/src/RequestInterface.php @@ -60,7 +60,6 @@ public function getRequestTarget(): string; */ public function withRequestTarget(string $requestTarget): RequestInterface; - /** * Retrieves the HTTP method of the request. *