| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class Client extends MockClient |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var \Swis\Http\Fixture\ResponseBuilderInterface |
||
| 13 | */ |
||
| 14 | protected $fixtureResponseBuilder; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param \Swis\Http\Fixture\ResponseBuilderInterface $fixtureResponseBuilder |
||
| 18 | * @param \Http\Message\ResponseFactory|\Psr\Http\Message\ResponseFactoryInterface|null $responseFactory |
||
|
|
|||
| 19 | */ |
||
| 20 | 6 | public function __construct(ResponseBuilderInterface $fixtureResponseBuilder, $responseFactory = null) |
|
| 25 | 1 | } |
|
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | 6 | public function sendRequest(RequestInterface $request): ResponseInterface |
|
| 37 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths