Skip to content

Add missing return types #131

Add missing return types

Add missing return types #131

Triggered via push March 5, 2025 21:44
Status Failure
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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

10 errors
Quality control: tests/src/Auth/Source/PasswordVerifyTest.php#L17
Property SimpleSAML\Test\Module\sqlauth\Auth\Source\PasswordVerifyTest::$info type has no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/PasswordVerifyTest.php#L19
Property SimpleSAML\Test\Module\sqlauth\Auth\Source\PasswordVerifyTest::$config type has no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/PasswordVerifyWrapper.php#L18
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\PasswordVerifyWrapper::__construct() has parameter $config with no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/PasswordVerifyWrapper.php#L18
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\PasswordVerifyWrapper::__construct() has parameter $info with no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/PasswordVerifyWrapper.php#L23
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\PasswordVerifyWrapper::callLogin() return type has no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/SQLTest.php#L18
Property SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::$info type has no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/SQLTest.php#L19
Property SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::$config type has no value type specified in iterable type array.
Quality control: tests/src/Auth/Source/SQLTest.php#L126
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testBasicSingleFailedLogin() has no return type specified.
Quality control: tests/src/Auth/Source/SQLTest.php#L153
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testJoinSingleFailedLogin() has no return type specified.
Quality control: tests/src/Auth/Source/SQLTest.php#L183
Method SimpleSAML\Test\Module\sqlauth\Auth\Source\SQLTest::testMultiQueryFailedLogin() has no return type specified.