| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | public function __construct( |
||
| 43 | int $index, |
||
| 44 | string $binding, |
||
| 45 | string $location, |
||
| 46 | ?bool $isDefault = null, |
||
| 47 | ?string $unused = null, |
||
| 48 | array $attributes = [], |
||
| 49 | array $children = [], |
||
| 50 | ) { |
||
| 51 | Assert::null( |
||
| 52 | $unused, |
||
| 53 | 'The \'ResponseLocation\' attribute must be omitted for idpdisc:DiscoveryResponse.', |
||
| 54 | ); |
||
| 55 | parent::__construct($index, $binding, $location, $isDefault, null, $attributes, $children); |
||
| 56 | } |
||
| 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