| Total Complexity | 3 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 8 | class ComputopToComputopApiClientBridge implements ComputopToComputopApiClientInterface  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * @var ComputopApiClient  | 
            ||
| 12 | */  | 
            ||
| 13 | protected $computopApiClient;  | 
            ||
| 14 | |||
| 15 | /**  | 
            ||
| 16 | * ComputopToComputopApiClientBridge constructor.  | 
            ||
| 17 | */  | 
            ||
| 18 | public function __construct($computopApiClient)  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 23 | public function sendPayPalExpressPrepareRequest(QuoteTransfer $quoteTransfer): QuoteTransfer  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | |||
| 29 | public function sendPayPalExpressCompleteRequest(QuoteTransfer $quoteTransfer): QuoteTransfer  | 
            ||
| 34 | 
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