| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | public function __construct( |
||
| 35 | SAMLAnyURIValue $binding, |
||
| 36 | SAMLAnyURIValue $location, |
||
| 37 | ?SAMLAnyURIValue $responseLocation = null, |
||
| 38 | array $attributes = [], |
||
| 39 | ) { |
||
| 40 | Assert::null( |
||
| 41 | $responseLocation, |
||
| 42 | 'The \'ResponseLocation\' attribute must be omitted for md:NameIDMappingService.', |
||
| 43 | ); |
||
| 44 | |||
| 45 | parent::__construct($binding, $location, null, $attributes); |
||
| 46 | } |
||
| 48 |
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