Skip to content

Commit 6ed0bee

Browse files
authored
ok got those psalm errors solved!
Sorry about all that Signed-off-by: Emery <emery@shopjimmy.com>
1 parent 6988379 commit 6ed0bee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Protocol/Smtp/Auth/Xoauth2.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function auth()
8686
public function setUsername($username)
8787
{
8888
$this->username = $username;
89-
9089
return $this;
9190
}
9291

@@ -109,7 +108,6 @@ public function getUsername()
109108
public function setAccessToken($token)
110109
{
111110
$this->accessToken = $token;
112-
113111
return $this;
114112
}
115113

0 commit comments

Comments
 (0)