| Total Complexity | 2 | 
| Total Lines | 26 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 10 | class FactFinderSdkToStoreBridge implements FactFinderSdkToStoreInterface | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * @var \Spryker\Zed\Store\Business\StoreFacadeInterface | ||
| 14 | */ | ||
| 15 | protected $storeFacade; | ||
| 16 | |||
| 17 | /** | ||
| 18 | * @param \Spryker\Zed\Store\Business\StoreFacadeInterface $storeFacade | ||
| 19 | */ | ||
| 20 | public function __construct($storeFacade) | ||
| 23 | } | ||
| 24 | |||
| 25 | /** | ||
| 26 | * Specification: | ||
| 27 | * - Returns currently selected store transfer | ||
| 28 | * | ||
| 29 | * @api | ||
| 30 | * | ||
| 31 | * @return \Generated\Shared\Transfer\StoreTransfer | ||
|  | |||
| 32 | */ | ||
| 33 | public function getCurrentStore() | ||
| 38 | 
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