From c8a8cc16f42cc66e6939bc54224719e61cf2c758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1=C4=8Devi=C4=87?= Date: Mon, 12 Jul 2021 00:56:38 +0200 Subject: [PATCH] Fix the code --- src/Response.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Response.php b/src/Response.php index ceb3ec0..e86954b 100644 --- a/src/Response.php +++ b/src/Response.php @@ -8,9 +8,7 @@ class Response { private string $content; - /** - * @var array - */ + /** @var array */ private array $headers; /**