1 | <?php |
||
2 | /** |
||
3 | * Copyright © Wirecard Brasil. All rights reserved. |
||
4 | * |
||
5 | * @author Bruno Elisei <[email protected]> |
||
6 | * See COPYING.txt for license details. |
||
7 | */ |
||
8 | |||
9 | namespace Moip\Magento2\Block; |
||
10 | |||
11 | use Magento\Payment\Block\Form as FormPayment; |
||
0 ignored issues
–
show
|
|||
12 | |||
13 | /** |
||
14 | * Class Form - Global method. |
||
15 | */ |
||
16 | class Form extends FormPayment |
||
17 | { |
||
18 | } |
||
19 |
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