| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | trait SaasClientControllerTrait |
||
| 13 | { |
||
| 14 | /** @var SaasClientService */ |
||
|
|
|||
| 15 | private $clientService; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Set the value of clientService. |
||
| 19 | * |
||
| 20 | * @return self |
||
| 21 | */ |
||
| 22 | public function setClientService(SaasClientService $clientService) |
||
| 23 | { |
||
| 24 | $this->clientService = $clientService; |
||
| 25 | |||
| 26 | return $this; |
||
| 27 | } |
||
| 28 | |||
| 29 | protected function getCurrentClient() |
||
| 32 | } |
||
| 33 | } |
||
| 34 |
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