| Total Complexity | 5 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class Auth0AuthenticationMiddleware |
||
| 11 | { |
||
| 12 | protected $auth0Service; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Auth0AuthenticationMiddleware constructor. |
||
| 16 | */ |
||
| 17 | public function __construct(Auth0UserRepository $auth0Service) |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Handle an incoming request. |
||
| 24 | * |
||
| 25 | * @param \Illuminate\Http\Request $request |
||
| 26 | * @param \Closure $next |
||
| 27 | * |
||
| 28 | * @return mixed |
||
| 29 | */ |
||
| 30 | public function handle($request, Closure $next) |
||
| 54 |
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