| Total Complexity | 4 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | final class ModifyRegistrationValidatorResultEvent |
||
| 24 | { |
||
| 25 | public function __construct( |
||
| 30 | } |
||
| 31 | |||
| 32 | public function getRegistration(): Registration |
||
| 33 | { |
||
| 34 | return $this->registration; |
||
| 35 | } |
||
| 36 | |||
| 37 | public function getSettings(): array |
||
| 38 | { |
||
| 39 | return $this->settings; |
||
| 40 | } |
||
| 41 | |||
| 42 | public function getResult(): Result |
||
| 45 | } |
||
| 46 | } |
||
| 47 |
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