| Total Complexity | 1 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | #[AllowDynamicProperties] |
||
| 27 | class UpdateIdentityCommand extends AbstractCommand implements SelfServiceExecutable |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | #[Assert\NotBlank] |
||
| 33 | #[Assert\Type(type: 'string')] |
||
| 34 | public string $id; |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @var string |
||
| 38 | */ |
||
| 39 | #[Assert\NotBlank] |
||
| 40 | #[Assert\Type(type: 'string')] |
||
| 41 | public string $email; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @var string |
||
| 45 | */ |
||
| 46 | #[Assert\NotBlank] |
||
| 47 | #[Assert\Type(type: 'string')] |
||
| 48 | public string $commonName; |
||
| 49 | |||
| 50 | /** |
||
| 51 | * @return string |
||
| 52 | */ |
||
| 53 | public function getIdentityId(): string |
||
| 58 |
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