Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class Jwt |
||
16 | { |
||
17 | private $jwt; |
||
18 | private $app; |
||
19 | private $bearerToken; |
||
20 | |||
21 | public function __construct(App $app, BearerToken $bearerToken, Ac $jwt) |
||
22 | { |
||
23 | $this->jwt = $jwt; |
||
24 | $this->app = $app; |
||
25 | $this->bearerToken = $bearerToken; |
||
26 | } |
||
27 | |||
28 | public function handle($request, \Closure $next) |
||
49 | } |
||
50 | } |
||
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