| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class ResponseValidator implements ValidatorInterface |
||
| 11 | { |
||
| 12 | use ValidatorTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param \SimpleSAML\SAML2\Metadata\IdentityProvider The IdP-metadata |
||
| 16 | * @param \SimpleSAML\SAML2\Metadata\ServiceProvider The SP-metadata |
||
| 17 | */ |
||
| 18 | private function __construct( |
||
| 19 | protected ?Metadata\IdentityProvider $idpMetadata, |
||
| 20 | protected Metadata\ServiceProvider $spMetadata, |
||
| 21 | ) { |
||
| 22 | } |
||
| 23 | |||
| 24 | |||
| 25 | /** |
||
| 26 | * @param \SimpleSAML\SAML2\Metadata\IdentityProvider|null $idpMetadata |
||
| 27 | * @param \SimpleSAML\SAML2\Metadata\ServiceProvider $spMetadata |
||
| 28 | * @param string $binding |
||
| 29 | * @return \SimpleSAML\SAML2\Validator\ResponseValidator |
||
| 30 | */ |
||
| 31 | public static function createResponseValidator( |
||
| 41 | } |
||
| 42 | } |
||
| 43 |
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