| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class ClickUpController extends Controller |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Process the code returned for the user & save as clickup_token |
||
| 22 | * |
||
| 23 | * @param ClickUp $clickup |
||
| 24 | * @param Redirector $redirector |
||
| 25 | * @param Request $request |
||
| 26 | * @param User $user |
||
| 27 | * |
||
| 28 | * @return RedirectResponse |
||
| 29 | * @throws GuzzleException |
||
| 30 | */ |
||
| 31 | 3 | public function processCode(ClickUp $clickup, Redirector $redirector, Request $request, User $user) |
|
| 40 |
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