Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class ChangeResultEvent extends Event |
||
9 | { |
||
10 | /** |
||
11 | * @var mixed |
||
12 | */ |
||
13 | private $result; |
||
14 | |||
15 | /** |
||
16 | * ChangeConnectionNameEvent constructor. |
||
17 | * |
||
18 | * @param mixed $connection |
||
19 | */ |
||
20 | public function __construct($result) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @return mixed |
||
27 | */ |
||
28 | public function getResult() |
||
29 | { |
||
30 | return $this->result; |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param mixed $result |
||
35 | */ |
||
36 | public function setResult($result) |
||
41 | } |
||
42 | } |
||
43 |
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