Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class LogSuccessfulLogout |
||
9 | { |
||
10 | use ActivityLogger; |
||
11 | |||
12 | /** |
||
13 | * Create the event listener. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | public function __construct() |
||
19 | // |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Handle the event. |
||
24 | * |
||
25 | * @param Logout $event |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | public function handle(Logout $event) |
||
36 |
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