From ea847173618d6764b5d93d461ae3d678441346be Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Tue, 5 Dec 2023 10:44:38 +0800 Subject: [PATCH] Add @codeCoverageIgnore in StratigilityDispatcher --- src/Middleware/StratigilityDispatcher.php | 1 + src/Server/Doublepass.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Middleware/StratigilityDispatcher.php b/src/Middleware/StratigilityDispatcher.php index a6d8b7ca..7ec7b306 100644 --- a/src/Middleware/StratigilityDispatcher.php +++ b/src/Middleware/StratigilityDispatcher.php @@ -99,6 +99,7 @@ public function process(ServerRequestInterface $request, HandlerInterface $handl /** * @param \Psr\Http\Message\ResponseInterface $response * @return void + * @codeCoverageIgnore */ protected function setFactory(ResponseInterface $response) { diff --git a/src/Server/Doublepass.php b/src/Server/Doublepass.php index adec6d0c..90da5ef0 100644 --- a/src/Server/Doublepass.php +++ b/src/Server/Doublepass.php @@ -8,6 +8,7 @@ /** * @package Slytherin * @author Rougin Gutib + * @codeCoverageIgnore */ class Doublepass implements HandlerInterface {