| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class LocatorProxy extends AbstractLocatorProxy |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var \Xervice\Core\Business\Model\Locator\Proxy\Business\BusinessLocatorProxy |
||
| 15 | */ |
||
| 16 | protected $businessLocator; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return \Xervice\Core\Business\Model\Facade\FacadeInterface |
||
| 20 | */ |
||
| 21 | 2 | public function facade(): FacadeInterface |
|
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \Xervice\Core\Business\Model\Locator\Proxy\Business\BusinessLocatorProxy |
||
| 28 | */ |
||
| 29 | 5 | public function businessLocator(): BusinessLocatorProxy |
|
| 40 | } |
||
| 41 | } |
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