| Total Complexity | 5 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class NotificationResponse{ |
||
| 10 | public $id; |
||
| 11 | public $address; |
||
| 12 | public $height; |
||
| 13 | public $callback; |
||
| 14 | public $confs; |
||
| 15 | public $op; |
||
| 16 | public $onNotification; |
||
| 17 | |||
| 18 | public function __construct($params){ |
||
| 19 | if(is_null($params)) |
||
| 20 | return; |
||
| 21 | foreach ($params as $key => $value){ |
||
| 22 | $this->{$key} = $value; |
||
| 23 | } |
||
| 24 | } |
||
| 25 | |||
| 26 | public function __toString(){ |
||
| 33 | } |
||
| 34 | |||
| 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