Total Complexity | 7 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class LogActivity |
||
10 | { |
||
11 | use ActivityLogger; |
||
12 | |||
13 | /** |
||
14 | * Handle an incoming request. |
||
15 | * |
||
16 | * @param Request $request |
||
17 | * @param \Closure $next |
||
18 | * |
||
19 | * @return mixed |
||
20 | */ |
||
21 | public function handle($request, Closure $next, $description = null) |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Determine if the request has a URI that should log. |
||
32 | * |
||
33 | * @param \Illuminate\Http\Request $request |
||
34 | * @return bool |
||
35 | */ |
||
36 | protected function shouldLog($request) |
||
51 |
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