Skip to content

Conversation

@i7495
Copy link
Contributor

@i7495 i7495 commented Sep 17, 2018

Fixes #26

$uri .= '?withEvents=true';
}

return $this->get($uri);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make the return response in one line. Like this
return $this->get('/api/block/' . $height . ($withEvents ? '?withEvents=true' : ''))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for the review.

@grkamil grkamil merged commit 8bffa48 into MinterTeam:master Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants