Skip to content

:octocat: move URI generation to the respective authenticator classes #92

:octocat: move URI generation to the respective authenticator classes

:octocat: move URI generation to the respective authenticator classes #92

Triggered via push September 18, 2025 17:41
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
Matrix: Static Code Analysis
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

34 errors
Static Code Analysis (8.3)
The operation was canceled.
Static Code Analysis (8.3)
The strategy configuration was canceled because "static-code-analysis._8_4" failed
Static Code Analysis (8.4): tests/AuthenticatorTest.php#L60
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): tests/AuthenticatorTest.php#L54
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): tests/AuthenticatorTest.php#L48
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): src/Authenticators/TOTP.php#L67
Method chillerlan\Authenticator\Authenticators\TOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.4): src/Authenticators/HOTP.php#L101
Method chillerlan\Authenticator\Authenticators\HOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.4): src/Authenticators/AuthenticatorAbstract.php#L126
Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.4): examples/totp.php#L53
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): examples/totp.php#L50
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): examples/hotp.php#L45
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.4): examples/hotp.php#L42
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): tests/AuthenticatorTest.php#L60
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): tests/AuthenticatorTest.php#L54
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): tests/AuthenticatorTest.php#L48
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): src/Authenticators/TOTP.php#L67
Method chillerlan\Authenticator\Authenticators\TOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.2): src/Authenticators/HOTP.php#L101
Method chillerlan\Authenticator\Authenticators\HOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.2): src/Authenticators/AuthenticatorAbstract.php#L126
Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.2): examples/totp.php#L53
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): examples/totp.php#L50
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): examples/hotp.php#L45
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2): examples/hotp.php#L42
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.2)
The strategy configuration was canceled because "static-code-analysis._8_4" failed
Static Code Analysis (8.5): tests/AuthenticatorTest.php#L60
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): tests/AuthenticatorTest.php#L54
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): tests/AuthenticatorTest.php#L48
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): src/Authenticators/TOTP.php#L67
Method chillerlan\Authenticator\Authenticators\TOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.5): src/Authenticators/HOTP.php#L101
Method chillerlan\Authenticator\Authenticators\HOTP::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.5): src/Authenticators/AuthenticatorAbstract.php#L126
Method chillerlan\Authenticator\Authenticators\AuthenticatorAbstract::getUriParams() return type has no value type specified in iterable type array.
Static Code Analysis (8.5): examples/totp.php#L53
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): examples/totp.php#L50
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): examples/hotp.php#L45
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5): examples/hotp.php#L42
Call to deprecated method getUri() of class chillerlan\Authenticator\Authenticator: 5.3.0 The parameter `$omitSettings` will be removed in favor of `AuthenticatorOptions::$omitUriSettings` in the next major version (6.x)
Static Code Analysis (8.5)
The strategy configuration was canceled because "static-code-analysis._8_4" failed