Skip to content

Conversation

@julien-nc
Copy link
Member

Manual backport of #40766

/** @var string */
protected $encryptedToken;
/** @var int */
protected $codeCreatedAt;

Check notice

Code scanning / Psalm

PropertyNotSetInConstructor

Property OCA\OAuth2\Db\AccessToken::$codeCreatedAt is not defined in constructor of OCA\OAuth2\Db\AccessToken or in any methods called in the constructor
/** @var int */
protected $codeCreatedAt;
/** @var int */
protected $tokenCount;

Check notice

Code scanning / Psalm

PropertyNotSetInConstructor

Property OCA\OAuth2\Db\AccessToken::$tokenCount is not defined in constructor of OCA\OAuth2\Db\AccessToken or in any methods called in the constructor
@Altahrim Altahrim mentioned this pull request Jan 22, 2024
3 tasks
@blizzz blizzz mentioned this pull request Jan 22, 2024
@blizzz blizzz merged commit b55d048 into stable26 Jan 22, 2024
@blizzz blizzz deleted the backport/40766/stable26 branch January 22, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants