simplesamlphp /
xml-cas
| 1 | <?php |
||
| 2 | |||
| 3 | declare(strict_types=1); |
||
| 4 | |||
| 5 | namespace SimpleSAML\CAS\XML; |
||
| 6 | |||
| 7 | use SimpleSAML\XML\ElementInterface; |
||
| 8 | use SimpleSAML\XML\SerializableElementInterface; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Abstract class to be implemented by all the responses in this namespace |
||
| 12 | * |
||
| 13 | * @package simplesamlphp/xml-cas |
||
| 14 | */ |
||
| 15 | abstract class AbstractResponse extends AbstractCasElement implements |
||
|
0 ignored issues
–
show
|
|||
| 16 | ElementInterface, |
||
| 17 | SerializableElementInterface |
||
| 18 | { |
||
| 19 | } |
||
| 20 |
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