| Total Complexity | 2 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 17 | class CrefoPayClient extends AbstractClient implements CrefoPayClientInterface  | 
            ||
| 18 | { | 
            ||
| 19 | /**  | 
            ||
| 20 |      * {@inheritdoc} | 
            ||
| 21 | *  | 
            ||
| 22 | * @api  | 
            ||
| 23 | *  | 
            ||
| 24 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer  | 
            ||
| 25 | *  | 
            ||
| 26 | * @return \Generated\Shared\Transfer\QuoteTransfer  | 
            ||
| 27 | */  | 
            ||
| 28 | public function startCrefoPayTransaction(QuoteTransfer $quoteTransfer): QuoteTransfer  | 
            ||
| 29 |     { | 
            ||
| 30 | return $this->getFactory()  | 
            ||
| 31 | ->createZedCrefoPayStub()  | 
            ||
| 32 | ->startCrefoPayTransaction($quoteTransfer);  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 |      * {@inheritdoc} | 
            ||
| 37 | *  | 
            ||
| 38 | * @api  | 
            ||
| 39 | *  | 
            ||
| 40 | * @param \Generated\Shared\Transfer\CrefoPayNotificationTransfer $notificationTransfer  | 
            ||
| 41 | *  | 
            ||
| 42 | * @return \Generated\Shared\Transfer\CrefoPayNotificationTransfer  | 
            ||
| 43 | */  | 
            ||
| 44 | public function processNotification(CrefoPayNotificationTransfer $notificationTransfer): CrefoPayNotificationTransfer  | 
            ||
| 49 | }  | 
            ||
| 50 | }  | 
            ||
| 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