| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 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 $value |
||
| 29 | * |
||
| 30 | * @return \Generated\Shared\Transfer\MoneyTransfer |
||
| 31 | */ |
||
| 32 | public function fromInteger(int $value): MoneyTransfer |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param \Generated\Shared\Transfer\MoneyTransfer $moneyTransfer |
||
| 39 | * |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function formatWithSymbol(MoneyTransfer $moneyTransfer): string |
||
| 47 |
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