Skip to content

Add wst classes

Add wst classes #336

Triggered via push January 27, 2024 23:03
Status Failure
Total duration 3m 55s
Artifacts

php.yml

on: push
Matrix: unit-tests-linux
Matrix: unit-tests-windows
Code coverage
0s
Code coverage
Cleanup artifacts
0s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Unit tests, PHP 8.3, ubuntu-latest
Process completed with exit code 1.
ArgumentTypeCoercion: src/XML/auth/AbstractClaimType.php#L207
src/XML/auth/AbstractClaimType.php:207:13: ArgumentTypeCoercion: Argument 7 of SimpleSAML\WSSecurity\XML\auth\AbstractClaimType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDescriptionType.php#L55
src/XML/auth/AbstractDescriptionType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDescriptionType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDisplayNameType.php#L55
src/XML/auth/AbstractDisplayNameType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDisplayNameType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/XML/auth/AbstractDisplayValueType.php#L55
src/XML/auth/AbstractDisplayValueType.php:55:46: ArgumentTypeCoercion: Argument 2 of SimpleSAML\WSSecurity\XML\auth\AbstractDisplayValueType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
PossiblyNullArgument: src/XML/auth/AbstractEncryptedValueType.php#L94
src/XML/auth/AbstractEncryptedValueType.php:94:50: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
UnsafeInstantiation: src/XML/auth/AbstractValueInRangeType.php#L50
src/XML/auth/AbstractValueInRangeType.php:50:16: UnsafeInstantiation: Cannot safely instantiate class SimpleSAML\WSSecurity\XML\auth\AbstractValueInRangeType with "new static" as its constructor might change in child classes (see https://psalm.dev/229)
PossiblyNullArgument: src/XML/fed/AbstractClaimDialectType.php#L105
src/XML/fed/AbstractClaimDialectType.php:105:37: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
RiskyTruthyFalsyComparison: src/XML/fed/AbstractFederationType.php#L68
src/XML/fed/AbstractFederationType.php:68:16: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
ArgumentTypeCoercion: src/XML/fed/AbstractFederationType.php#L100
src/XML/fed/AbstractFederationType.php:100:13: ArgumentTypeCoercion: Argument 3 of SimpleSAML\WSSecurity\XML\fed\AbstractFederationType::__construct expects list<SimpleSAML\XML\Attribute>, but parent type array<int, SimpleSAML\XML\Attribute> provided (see https://psalm.dev/193)
PossiblyNullArgument: src/XML/fed/AbstractFederationType.php#L116
src/XML/fed/AbstractFederationType.php:116:46: PossiblyNullArgument: Argument 2 of DOMElement::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)