Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1317e39

Browse files
committed
minor #45055 Removing unnecessary space (axzx)
This PR was squashed before being merged into the 6.1 branch. Discussion ---------- Removing unnecessary space | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Commits ------- 2cd9da4 Removing unnecessary space
2 parents 6153815 + 2cd9da4 commit 1317e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private function getAccessToken(): string
111111
]);
112112

113113
if (200 !== $response->getStatusCode()) {
114-
throw new TransportException('Failed to get Orange access token .', $response);
114+
throw new TransportException('Failed to get Orange access token.', $response);
115115
}
116116

117117
return $response->toArray()['access_token'];

0 commit comments

Comments
 (0)