| Total Complexity | 4 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 3 | class AnalyticsUpdateTask extends BuildTask |
||
|
|
|||
| 4 | { |
||
| 5 | /** |
||
| 6 | * @return string Title |
||
| 7 | */ |
||
| 8 | public function getTitle() |
||
| 11 | } |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Start booting up |
||
| 15 | * @param SS_HTTPRequest $request |
||
| 16 | * @throws \Google_Exception |
||
| 17 | * @throws \LogicException |
||
| 18 | */ |
||
| 19 | public function run($request) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Get the report and ask the service to update neatly |
||
| 28 | * |
||
| 29 | * @param GoogleClientService $client |
||
| 30 | * @throws \ValidationException |
||
| 31 | */ |
||
| 32 | protected function getReport($client) |
||
| 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