Total Complexity | 4 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class FactFinderSdkIsNewExpander extends FactFinderSdkAbstractExpander |
||
16 | { |
||
17 | public const NEW_FROM = 'NewFrom'; |
||
18 | public const NEW_TO = 'NewTo'; |
||
19 | |||
20 | /** |
||
21 | * @param \Generated\Shared\Transfer\LocaleTransfer $localeTransfer |
||
22 | * @param \Generated\Shared\Transfer\CurrencyTransfer $currencyTransfer |
||
23 | * @param \Generated\Shared\Transfer\StoreTransfer $storeTransfer |
||
24 | * @param array $productData |
||
25 | * |
||
26 | * @return array |
||
27 | */ |
||
28 | public function expand(LocaleTransfer $localeTransfer, CurrencyTransfer $currencyTransfer, StoreTransfer $storeTransfer, $productData) |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param int $newFrom |
||
40 | * @param int $newTo |
||
41 | * |
||
42 | * @return bool |
||
43 | */ |
||
44 | protected function isNew($newFrom, $newTo) |
||
57 |
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