Skip to content

Bump super-linter/super-linter from 6 to 7 in the all-actions group #80

Bump super-linter/super-linter from 6 to 7 in the all-actions group

Bump super-linter/super-linter from 6 to 7 in the all-actions group #80

Triggered via push August 19, 2024 19:11
Status Success
Total duration 2m 32s
Artifacts

php.yml

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

Annotations

8 errors and 2 warnings
ArgumentTypeCoercion: src/Controller/Debug.php#L66
src/Controller/Debug.php:66:17: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Module\saml2debug\Controller\Debug::parseEncodedMessage expects string, but parent type null|scalar provided (see https://psalm.dev/193)
PossiblyNullArgument: src/Controller/Debug.php#L66
src/Controller/Debug.php:66:17: PossiblyNullArgument: Argument 1 of SimpleSAML\Module\saml2debug\Controller\Debug::parseEncodedMessage cannot be null, possibly null value provided (see https://psalm.dev/078)
ArgumentTypeCoercion: src/Controller/Debug.php#L67
src/Controller/Debug.php:67:17: ArgumentTypeCoercion: Argument 2 of SimpleSAML\Module\saml2debug\Controller\Debug::parseEncodedMessage expects string, but parent type null|scalar provided (see https://psalm.dev/193)
PossiblyNullArgument: src/Controller/Debug.php#L67
src/Controller/Debug.php:67:17: PossiblyNullArgument: Argument 2 of SimpleSAML\Module\saml2debug\Controller\Debug::parseEncodedMessage cannot be null, possibly null value provided (see https://psalm.dev/078)
ArgumentTypeCoercion: src/Controller/Debug.php#L97
src/Controller/Debug.php:97:51: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Module\saml2debug\Controller\Debug::parseDecodedMessage expects string, but parent type null|scalar provided (see https://psalm.dev/193)
PossiblyNullArgument: src/Controller/Debug.php#L97
src/Controller/Debug.php:97:51: PossiblyNullArgument: Argument 1 of SimpleSAML\Module\saml2debug\Controller\Debug::parseDecodedMessage cannot be null, possibly null value provided (see https://psalm.dev/078)
RiskyTruthyFalsyComparison: src/Controller/Debug.php#L117
src/Controller/Debug.php:117:14: RiskyTruthyFalsyComparison: Operand of type false|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)
Quality control
Process completed with exit code 2.
PropertyNotSetInConstructor: tests/src/Controller/DebugTest.php#L23
tests/src/Controller/DebugTest.php:23:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\saml2debug\Controller\DebugTest::$config is not defined in constructor of SimpleSAML\Test\Module\saml2debug\Controller\DebugTest or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: tests/src/Controller/DebugTest.php#L26
tests/src/Controller/DebugTest.php:26:23: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\saml2debug\Controller\DebugTest::$session is not defined in constructor of SimpleSAML\Test\Module\saml2debug\Controller\DebugTest or in any methods called in the constructor (see https://psalm.dev/074)