| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class TodoBarMiddleware { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Create a new middleware instance. |
||
| 14 | * |
||
| 15 | * @param Container $container |
||
| 16 | * @param LaravelDebugbar $debugbar |
||
| 17 | */ |
||
| 18 | public function __construct(Container $container, TodoBarController $todobar) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Handle an incoming request. |
||
| 26 | * |
||
| 27 | * @param \Illuminate\Http\Request $request |
||
| 28 | * @param \Closure $next |
||
| 29 | * @return mixed |
||
| 30 | */ |
||
| 31 | public function handle($request, Closure $next) |
||
| 42 |
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