Skip to content

Create type-classes for all xsd-types #1128

Create type-classes for all xsd-types

Create type-classes for all xsd-types #1128

Triggered via pull request June 12, 2025 15:36
Status Failure
Total duration 1m 28s
Artifacts

php.yml

on: pull_request
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Quality control
34s
Quality control
Security checks
18s
Security checks
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
11s
Code coverage
Cleanup artifacts
3s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Quality control
Process completed with exit code 1.
Quality control: src/Type/AbstractValueType.php#L145
PHPDoc tag @param has invalid value (\SimpleSAML\Type\ValueTypeInterface|string): Unexpected token "\n * ", expected variable at offset 107
Quality control: src/Attribute.php#L200
Method SimpleSAML\XML\Attribute::toArray() should return array{attrName: string, attrValue: SimpleSAML\XML\Type\ValueTypeInterface, namespacePrefix: string, namespaceURI: string|null} but returns array{namespaceURI: string|null, namespacePrefix: string|null, attrName: string, attrValue: string}.