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 {