Skip to content

Commit

Permalink
Ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Jun 16, 2023
1 parent c0f8ff9 commit 5499667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Traits/ConnectorDecoratorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use Jenky\Atlas\Response;
use Psr\Http\Client\ClientInterface;

/**
* @codeCoverageIgnore
*/
trait ConnectorDecoratorTrait
{
/**
Expand Down
3 changes: 3 additions & 0 deletions src/Traits/Macroable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use ReflectionClass;
use ReflectionMethod;

/**
* @codeCoverageIgnore
*/
trait Macroable
{
/**
Expand Down

0 comments on commit 5499667

Please sign in to comment.