Skip to content

Commit

Permalink
Coding standard fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Sep 9, 2017
1 parent 8e45b52 commit 37cf8bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HttpClientRequestHandlerAmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public function get(string $uri): PromiseInterface
* @return PromiseInterface
* @throws \unreal4u\TelegramAPI\Exceptions\ClientException
*/
public function post(string $uri, array $formFields): PromiseInterface {
public function post(string $uri, array $formFields): PromiseInterface
{
$request = new Request($uri, 'POST');

if (!empty($formFields['headers'])) {
Expand Down

0 comments on commit 37cf8bb

Please sign in to comment.