| Total Complexity | 1 | 
| Total Lines | 13 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | class NoSupportedIDPException extends AbstractProtocolException  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * NoSupportedIDPException constructor.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @param string $responsible A string telling who is responsible for this error. Can be one of the following:  | 
            ||
| 21 | * - \SimpleSAML\SAML2\Constants::STATUS_RESPONDER: in case the error is caused by this SAML responder.  | 
            ||
| 22 | * - \SimpleSAML\SAML2\Constants::STATUS_REQUESTER: in case the error is caused by the SAML requester.  | 
            ||
| 23 | * @param string|null $message A short message explaining why this error happened.  | 
            ||
| 24 | */  | 
            ||
| 25 | public function __construct(string $responsible, string $message = null)  | 
            ||
| 30 | 
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