Skip to content

Commit 5034e49

Browse files
committed
Apply fixes from StyleCI
1 parent f114f14 commit 5034e49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Oauth2CredentialManagers/AuthenticatedUserStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct()
1515

1616
parent::__construct();
1717

18-
if($auth->check()) {
18+
if ($auth->check()) {
1919
$this->model = $auth->user();
2020
}
2121
}

src/Xero.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public static function getModelAttribute(): string
3232
return static::$modelAttribute;
3333
}
3434

35-
3635
public static function getDefaultAuthGuard(): string
3736
{
3837
return static::$defaultAuthGuard;

0 commit comments

Comments
 (0)