Total Complexity | 8 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
10 | class UserLog |
||
11 | { |
||
12 | /** |
||
13 | * @var TokenStorageInterface |
||
14 | */ |
||
15 | private $token_storage; |
||
16 | |||
17 | /** |
||
18 | * @var EntityManagerInterface a |
||
19 | */ |
||
20 | private $em; |
||
21 | |||
22 | public function __construct(TokenStorageInterface $token_storage, EntityManagerInterface $em) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param RequestEvent $request_event |
||
30 | */ |
||
31 | public function onKernelRequest(RequestEvent $request_event) |
||
57 |
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