Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class InxmailToMoneyFacadeBridge implements InxmailToMoneyFacadeInterface |
||
13 | { |
||
14 | /** |
||
15 | * @var \Spryker\Zed\Money\Business\MoneyFacadeInterface |
||
16 | */ |
||
17 | protected $moneyFacade; |
||
18 | |||
19 | /** |
||
20 | * @param \Spryker\Zed\Money\Business\MoneyFacadeInterface $moneyFacade |
||
21 | */ |
||
22 | public function __construct($moneyFacade) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param int $amount |
||
29 | * @param string|null $isoCode |
||
30 | * |
||
31 | * @return \Generated\Shared\Transfer\MoneyTransfer |
||
32 | */ |
||
33 | public function fromInteger($amount, $isoCode = null) |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param \Generated\Shared\Transfer\MoneyTransfer $moneyTransfer |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | public function formatWithSymbol(MoneyTransfer $moneyTransfer): string |
||
48 |
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