| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ProceedToCheckoutButtonWidget extends SprykerProceedToCheckoutButtonWidgetAlias |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | protected const PARAMETER_CLIENT_ID = 'clientId'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
| 25 | */ |
||
| 26 | public function __construct(QuoteTransfer $quoteTransfer) |
||
| 27 | { |
||
| 28 | parent::__construct($quoteTransfer); |
||
| 29 | $this->addClientId(); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | protected function addClientId(): void |
||
| 38 | } |
||
| 39 | } |
||
| 40 |
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