Skip to content

Commit 059a7b8

Browse files
style: Apply fixes from StyleCI (#8)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 4384bb7 commit 059a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/EnvatoCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct($input = [])
5555
public function toArray()
5656
{
5757
return [
58-
'id' => $this->id,
58+
'id' => $this->id,
5959
'access_token' => $this->accessToken,
6060
'refresh_token' => $this->refreshToken,
6161
'expires_in' => $this->expiresIn,

0 commit comments

Comments
 (0)