Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 1e9b4d0

Browse files
committed
:octocat: make AccessToken final
1 parent 1563f41 commit 1e9b4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/AccessToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @property int $expires
2828
* @property string $provider
2929
*/
30-
class AccessToken extends SettingsContainerAbstract{
30+
final class AccessToken extends SettingsContainerAbstract{
3131

3232
/**
3333
* Denotes an unknown end of life time.

0 commit comments

Comments
 (0)