Total Complexity | 6 |
Total Lines | 53 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class ComputopEasyCreditInitStep extends AbstractBaseStep implements StepWithExternalRedirectInterface |
||
17 | { |
||
18 | /** |
||
19 | * @var string |
||
20 | */ |
||
21 | protected $redirectUrl = ''; |
||
22 | |||
23 | /** |
||
24 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
|
|||
25 | * |
||
26 | * @return bool |
||
27 | */ |
||
28 | public function requireInput(AbstractTransfer $quoteTransfer): bool |
||
29 | { |
||
30 | return false; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param \Symfony\Component\HttpFoundation\Request $request |
||
35 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
36 | * |
||
37 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
38 | */ |
||
39 | public function execute(Request $request, AbstractTransfer $quoteTransfer) |
||
51 | } |
||
52 | |||
53 | /** |
||
54 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
55 | * |
||
56 | * @return bool |
||
57 | */ |
||
58 | public function postCondition(AbstractTransfer $quoteTransfer): bool |
||
59 | { |
||
60 | return true; |
||
61 | } |
||
62 | |||
63 | /** |
||
64 | * @return string |
||
65 | */ |
||
66 | public function getExternalRedirectUrl(): string |
||
69 | } |
||
70 | } |
||
71 |
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