Skip to content

Bump dependencies

Bump dependencies #113

Triggered via push August 5, 2024 21:34
Status Success
Total duration 2m 32s
Artifacts

php.yml

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

Annotations

5 errors and 3 warnings
ArgumentTypeCoercion: src/Controller/Yubikey.php#L91
src/Controller/Yubikey.php:91:46: ArgumentTypeCoercion: Argument 1 of SimpleSAML\Auth\State::loadState expects string, but parent type scalar provided (see https://psalm.dev/193)
ArgumentTypeCoercion: src/Controller/Yubikey.php#L99
src/Controller/Yubikey.php:99:54: ArgumentTypeCoercion: Argument 2 of SimpleSAML\Module\yubikey\Auth\Process\OTP::authenticate expects string, but parent type scalar provided (see https://psalm.dev/193)
RiskyTruthyFalsyComparison: src/Controller/Yubikey.php#L112
src/Controller/Yubikey.php:112:29: RiskyTruthyFalsyComparison: Operand of type false|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)
TypeDoesNotContainType: src/Controller/Yubikey.php#L112
src/Controller/Yubikey.php:112:39: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)
Quality control
Process completed with exit code 2.
PropertyNotSetInConstructor: src/Auth/Process/OTP.php#L100
src/Auth/Process/OTP.php:100:20: PropertyNotSetInConstructor: Property SimpleSAML\Module\yubikey\Auth\Process\OTP::$authid is not defined in constructor of SimpleSAML\Module\yubikey\Auth\Process\OTP or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: tests/src/Controller/YubikeyTest.php#L27
tests/src/Controller/YubikeyTest.php:27:29: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\yubikey\Controller\YubikeyTest::$config is not defined in constructor of SimpleSAML\Test\Module\yubikey\Controller\YubikeyTest or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: tests/src/Controller/YubikeyTest.php#L30
tests/src/Controller/YubikeyTest.php:30:23: PropertyNotSetInConstructor: Property SimpleSAML\Test\Module\yubikey\Controller\YubikeyTest::$session is not defined in constructor of SimpleSAML\Test\Module\yubikey\Controller\YubikeyTest or in any methods called in the constructor (see https://psalm.dev/074)