From 57d311c268441a727cd71f93378eff68a4fe8d34 Mon Sep 17 00:00:00 2001 From: Lindsay Snider Date: Tue, 18 Jan 2022 16:40:11 -0500 Subject: [PATCH] lint --- src/Two/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Two/User.php b/src/Two/User.php index 2d44788f..bf05bb0b 100644 --- a/src/Two/User.php +++ b/src/Two/User.php @@ -28,7 +28,7 @@ class User extends AbstractUser public $expiresIn; /** - * The scopes the users authorized. These may be a subset of the requested scopes + * The scopes the users authorized. These may be a subset of the requested scopes. * * @var string */