| Total Complexity | 4 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class ActivityFactory extends AbstractFactory |
||
| 22 | { |
||
| 23 | public function getActivityPlugins(): ActivityPluginCollection |
||
| 24 | { |
||
| 25 | 1 | return $this->getProvidedDependency(ActivityDependencyProvider::ACTIVITY_PLUGINS); |
|
| 26 | } |
||
| 27 | 1 | ||
| 28 | public function createActivityCollector(): ActivityCollector |
||
| 29 | { |
||
| 30 | return new ActivityCollector($this->getActivityPlugins()); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function createActivitySendQueueProcess(): ActivitySendQueueProcess |
||
| 37 | ); |
||
| 38 | } |
||
| 39 | |||
| 40 | public function getQueueClientFacade(): QueueClientFacade |
||
| 45 |
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