Skip to content

Add wst classes

Add wst classes #333

Triggered via push January 27, 2024 22:50
Status Failure
Total duration 3m 0s
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

4 errors and 10 warnings
InvalidReturnType: src/XML/wst/AbstractBinarySecretType.php#L62
src/XML/wst/AbstractBinarySecretType.php:62:16: InvalidReturnType: The declared return type 'array<array-key, string>' for SimpleSAML\WSSecurity\XML\wst\AbstractBinarySecretType::getType is incorrect, got 'array<array-key, SimpleSAML\WSSecurity\XML\wst\BinarySecretTypeEnum|string>|null' (see https://psalm.dev/011)
InvalidReturnStatement: src/XML/wst/AbstractBinarySecretType.php#L66
src/XML/wst/AbstractBinarySecretType.php:66:16: InvalidReturnStatement: The inferred type 'array<array-key, SimpleSAML\WSSecurity\XML\wst\BinarySecretTypeEnum|string>|null' does not match the declared return type 'array<array-key, string>' for SimpleSAML\WSSecurity\XML\wst\AbstractBinarySecretType::getType (see https://psalm.dev/128)
NullableReturnStatement: src/XML/wst/AbstractBinarySecretType.php#L66
src/XML/wst/AbstractBinarySecretType.php:66:16: NullableReturnStatement: The declared return type 'array<array-key, string>' for SimpleSAML\WSSecurity\XML\wst\AbstractBinarySecretType::getType is not nullable, but the function returns 'array<array-key, SimpleSAML\WSSecurity\XML\wst\BinarySecretTypeEnum|string>|null' (see https://psalm.dev/139)
Quality control
Process completed with exit code 2.
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)