| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | #[Attribute(Attribute::TARGET_METHOD | Attribute::TARGET_PARAMETER)] |
||
| 20 | #[Qualifier] |
||
| 21 | final class ResourceParam implements RequestParamInterface |
||
| 22 | { |
||
| 23 | /** @var string */ |
||
| 24 | public $param; |
||
| 25 | |||
| 26 | /** @var string */ |
||
| 27 | public $uri; |
||
| 28 | |||
| 29 | /** @var bool */ |
||
| 30 | public $templated; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param array{uri?: string, param?: string, templated?: bool} $values |
||
| 34 | * |
||
| 35 | * @SuppressWarnings(PHPMD.BooleanArgumentFlag) $templated is configuration flag for URI template expansion |
||
| 36 | */ |
||
| 37 | public function __construct(array $values = [], string $uri = '', string $param = '', bool $templated = false) |
||
| 44 |
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