Skip to content

Commit

Permalink
style: Apply fixes from StyleCI (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
mitulgolakiya and StyleCIBot authored Dec 16, 2022
1 parent 4384bb7 commit 059a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/EnvatoCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct($input = [])
public function toArray()
{
return [
'id' => $this->id,
'id' => $this->id,
'access_token' => $this->accessToken,
'refresh_token' => $this->refreshToken,
'expires_in' => $this->expiresIn,
Expand Down

0 comments on commit 059a7b8

Please sign in to comment.