Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored and github-actions[bot] committed Sep 16, 2024
1 parent 301bb84 commit 9d83617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MollieConnectProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function getUserByToken($token)
*/
protected function mapUserToObject(array $user)
{
return (new User())->setRaw($user)->map([
return (new User)->setRaw($user)->map([
'id' => $user['id'],
'nickname' => $user['name'],
'name' => $user['name'],
Expand Down

0 comments on commit 9d83617

Please sign in to comment.