| Total Complexity | 2 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class CrifSaver extends AbstractSaver |
||
| 16 | { |
||
| 17 | use TransactionTrait; |
||
| 18 | |||
| 19 | protected const METHOD = 'CRIF'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param \Generated\Shared\Transfer\ComputopApiCrifResponseTransfer $responseTransfer |
||
| 23 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | public function save(ComputopApiCrifResponseTransfer $responseTransfer, QuoteTransfer $quoteTransfer): void |
||
| 32 | } |
||
| 33 | ); |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param \Generated\Shared\Transfer\ComputopApiCrifResponseTransfer $responseTransfer |
||
| 38 | * |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | protected function saveComputopDetails( |
||
| 51 |
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