Update dependency league/oauth2-server to v9 #513
continuous-integration.yml
on: push
ci
/
Generate job matrix
11s
Matrix: ci / QA Checks
Annotations
10 errors
|
MissingParamType:
src/Repository/Pdo/AccessTokenRepository.php#L104
src/Repository/Pdo/AccessTokenRepository.php:104:42: MissingParamType: Parameter $tokenId has no provided type (see https://psalm.dev/154)
|
|
MissingParamType:
src/Repository/Pdo/AccessTokenRepository.php#L90
src/Repository/Pdo/AccessTokenRepository.php:90:39: MissingParamType: Parameter $tokenId has no provided type (see https://psalm.dev/154)
|
|
MissingParamType:
src/Repository/Pdo/AccessTokenRepository.php#L26
src/Repository/Pdo/AccessTokenRepository.php:26:85: MissingParamType: Parameter $userIdentifier has no provided type (see https://psalm.dev/154)
|
|
MethodSignatureMismatch:
src/Repository/Pdo/AccessTokenRepository.php#L21
src/Repository/Pdo/AccessTokenRepository.php:21:7: MethodSignatureMismatch: Method Mezzio\Authentication\OAuth2\Repository\Pdo\AccessTokenRepository::isAccessTokenRevoked with return type '' is different to return type 'bool' of inherited method League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface::isAccessTokenRevoked (see https://psalm.dev/042)
|
|
MethodSignatureMismatch:
src/Repository/Pdo/AccessTokenRepository.php#L21
src/Repository/Pdo/AccessTokenRepository.php:21:7: MethodSignatureMismatch: Method Mezzio\Authentication\OAuth2\Repository\Pdo\AccessTokenRepository::revokeAccessToken with return type '' is different to return type 'void' of inherited method League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface::revokeAccessToken (see https://psalm.dev/042)
|
|
MethodSignatureMismatch:
src/Repository/Pdo/AccessTokenRepository.php#L21
src/Repository/Pdo/AccessTokenRepository.php:21:7: MethodSignatureMismatch: Method Mezzio\Authentication\OAuth2\Repository\Pdo\AccessTokenRepository::persistNewAccessToken with return type '' is different to return type 'void' of inherited method League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface::persistNewAccessToken (see https://psalm.dev/042)
|
|
MethodSignatureMismatch:
src/Repository/Pdo/AccessTokenRepository.php#L21
src/Repository/Pdo/AccessTokenRepository.php:21:7: MethodSignatureMismatch: Method Mezzio\Authentication\OAuth2\Repository\Pdo\AccessTokenRepository::getNewToken with return type '' is different to return type 'League\OAuth2\Server\Entities\AccessTokenEntityInterface' of inherited method League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface::getNewToken (see https://psalm.dev/042)
|
|
ArgumentTypeCoercion:
src/Entity/UserEntity.php#L23
src/Entity/UserEntity.php:23:30: ArgumentTypeCoercion: Argument 1 of Mezzio\Authentication\OAuth2\Entity\UserEntity::setIdentifier expects non-empty-string, but parent type int|string provided (see https://psalm.dev/193)
|
|
ArgumentTypeCoercion:
src/Entity/ClientEntity.php#L37
src/Entity/ClientEntity.php:37:30: ArgumentTypeCoercion: Argument 1 of Mezzio\Authentication\OAuth2\Entity\ClientEntity::setIdentifier expects non-empty-string, but parent type string provided (see https://psalm.dev/193)
|
|
UndefinedMethod:
src/AuthorizationServerFactory.php#L134
src/AuthorizationServerFactory.php:134:40: UndefinedMethod: Method League\OAuth2\Server\EventEmitting\EventEmitter::useListenerProvider does not exist (see https://psalm.dev/022)
|