| Total Complexity | 1 | 
| Total Lines | 17 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 19 | class PayoneCheckoutPostSaveHookPlugin extends AbstractPlugin implements CheckoutPostSaveHookInterface  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 |      * {@inheritDoc} | 
            ||
| 23 | * - Executes `authorization` or `pre-authorization` API call depends on payment method.  | 
            ||
| 24 | * - Updates `CheckoutResponseTransfer` accordingly to API response.  | 
            ||
| 25 | *  | 
            ||
| 26 | * @api  | 
            ||
| 27 | *  | 
            ||
| 28 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer  | 
            ||
| 29 | * @param \Generated\Shared\Transfer\CheckoutResponseTransfer $checkoutResponse  | 
            ||
| 30 | *  | 
            ||
| 31 | * @return void  | 
            ||
| 32 | */  | 
            ||
| 33 | public function executeHook(QuoteTransfer $quoteTransfer, CheckoutResponseTransfer $checkoutResponse)  | 
            ||
| 38 | 
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