Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class EmailCheckerException extends \RuntimeException |
||
18 | { |
||
19 | /** |
||
20 | * The debug info |
||
21 | * @var mixed |
||
22 | */ |
||
23 | private $debug; |
||
24 | |||
25 | public function __construct($msg, array $debug = []) |
||
26 | { |
||
27 | $this->debug = $debug; |
||
28 | parent::__construct($msg); |
||
29 | } |
||
30 | /** |
||
31 | * @return Debug Info |
||
|
|||
32 | */ |
||
33 | public function getDebug() |
||
36 | } |
||
37 | } |
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