From 119f5de6b06e61af439f85f4c861c6cffad712db Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 2 Oct 2019 12:58:59 +0530 Subject: [PATCH] chore: lint fix --- src/Auth/OAuth/Microsoft.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/OAuth/Microsoft.php b/src/Auth/OAuth/Microsoft.php index f98049ce0c..6bbf0bad83 100644 --- a/src/Auth/OAuth/Microsoft.php +++ b/src/Auth/OAuth/Microsoft.php @@ -21,7 +21,7 @@ class Microsoft extends OAuth { return 'microsoft'; } - + /** * @return string */