Skip to content

Commit 2f0f291

Browse files
VincentBeangithub-actions[bot]
authored andcommitted
Fix styling changes
1 parent dc754c3 commit 2f0f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/MagentoServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function createTemporaryCredentials($body): TemporaryCredentials
4848
{
4949
parse_str($body, $data);
5050

51-
if (! $data ) {
51+
if (! $data) {
5252
throw new CredentialsException('Unable to parse temporary credentials response.');
5353
}
5454

0 commit comments

Comments
 (0)