Skip to content

Commit

Permalink
Add @codeCoverageIgnore in StratigilityDispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 5, 2023
1 parent 3ebc02d commit ea84717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Middleware/StratigilityDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions src/Server/Doublepass.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* @package Slytherin
* @author Rougin Gutib <rougingutib@gmail.com>
* @codeCoverageIgnore
*/
class Doublepass implements HandlerInterface
{
Expand Down

0 comments on commit ea84717

Please sign in to comment.