| Total Complexity | 2 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | abstract class AbstractSaver implements RiskCheckSaverInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var \SprykerEco\Zed\Computop\Business\Logger\LoggerInterface |
||
| 20 | */ |
||
| 21 | protected $logger; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var \SprykerEco\Zed\Computop\Persistence\ComputopQueryContainerInterface $queryContainer |
||
| 25 | */ |
||
| 26 | protected $queryContainer; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var \SprykerEco\Zed\Computop\ComputopConfig |
||
| 30 | */ |
||
| 31 | protected $config; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param \SprykerEco\Zed\Computop\Persistence\ComputopQueryContainerInterface $queryContainer |
||
| 35 | * @param \SprykerEco\Zed\Computop\Business\Logger\LoggerInterface $logger |
||
| 36 | * @param \SprykerEco\Zed\Computop\ComputopConfig $config |
||
| 37 | */ |
||
| 38 | public function __construct( |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @param \Generated\Shared\Transfer\ComputopApiResponseHeaderTransfer $headerTransfer |
||
| 50 | * @param string $method |
||
| 51 | * |
||
| 52 | * @return \Orm\Zed\Computop\Persistence\SpyPaymentComputopApiLog |
||
| 53 | */ |
||
| 54 | protected function logHeader(ComputopApiResponseHeaderTransfer $headerTransfer, $method): SpyPaymentComputopApiLog |
||
| 59 |
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