| Total Complexity | 4 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 15 | class CrefoPayConfig extends AbstractBundleConfig | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * @return string | ||
| 19 | */ | ||
| 20 | public function getApiFieldMac(): string | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @return string | ||
| 27 | */ | ||
| 28 | public function getPublicKey(): string | ||
| 31 | } | ||
| 32 | |||
| 33 | /** | ||
| 34 | * @return string | ||
| 35 | */ | ||
| 36 | public function getSecureFieldsApiEndpoint(): string | ||
| 39 | } | ||
| 40 | |||
| 41 | /** | ||
| 42 | * @return string[] | ||
| 43 | */ | ||
| 44 | public function getSecureFieldsPlaceholders(): array | ||
| 49 | 
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