Introduce auth code flow type attribute #1303
Annotations
4 errors
|
|
|
src/Server/Grants/PreAuthCodeGrant.php#L87
src/Server/Grants/PreAuthCodeGrant.php:87:15: ImplementedParamTypeMismatch: Argument 5 of SimpleSAML\Module\oidc\Server\Grants\PreAuthCodeGrant::issueOidcAuthCode has wrong type 'array<array-key, League\OAuth2\Server\Entities\ScopeEntityInterface>', expecting 'SimpleSAML\Module\oidc\Server\RequestTypes\AuthorizationRequest' as defined by SimpleSAML\Module\oidc\Server\Grants\AuthCodeGrant::issueOidcAuthCode (see https://psalm.dev/199)
|
|
src/Server/Grants/PreAuthCodeGrant.php#L87
src/Server/Grants/PreAuthCodeGrant.php:87:15: MethodSignatureMismatch: Argument 5 of SimpleSAML\Module\oidc\Server\Grants\PreAuthCodeGrant::issueOidcAuthCode has wrong type 'array<array-key, mixed>', expecting 'SimpleSAML\Module\oidc\Server\RequestTypes\AuthorizationRequest' as defined by SimpleSAML\Module\oidc\Server\Grants\AuthCodeGrant::issueOidcAuthCode (see https://psalm.dev/042)
|
|
src/Server/Grants/PreAuthCodeGrant.php#L87
src/Server/Grants/PreAuthCodeGrant.php:87:15: ParamNameMismatch: Argument 5 of SimpleSAML\Module\oidc\Server\Grants\PreAuthCodeGrant::issueOidcAuthCode has wrong name $scopes, expecting $authorizationRequest as defined by SimpleSAML\Module\oidc\Server\Grants\AuthCodeGrant::issueOidcAuthCode (see https://psalm.dev/230)
|
The logs for this run have expired and are no longer available.
Loading