Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
fix code sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequippe committed May 10, 2020
1 parent cc7773c commit b8e97af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Provider/Exception/WaveIdentityProviderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public static function clientException(ResponseInterface $response, $data)

return new static($message, $code, $body);
}
}
}
2 changes: 1 addition & 1 deletion src/Provider/WaveProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ protected function createAccessToken(array $response, AbstractGrant $grant)
{
return new WaveAccessToken($response);
}
}
}
2 changes: 1 addition & 1 deletion src/Provider/WaveResourceOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ public function toArray()
{
return $this->data;
}
}
}
2 changes: 1 addition & 1 deletion src/Token/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ public function jsonSerialize()

return $parameters;
}
}
}

0 comments on commit b8e97af

Please sign in to comment.