Skip to content

Instantly share code, notes, and snippets.

@kozaktomas
Created February 7, 2017 10:00
Show Gist options
  • Save kozaktomas/6e422e12707e7719d1d9bef736148180 to your computer and use it in GitHub Desktop.
Save kozaktomas/6e422e12707e7719d1d9bef736148180 to your computer and use it in GitHub Desktop.
<?php
// if 204 - response is ok - temp solution
if ($body === "" && $response->getStatusCode() == 204)
$body = '{"status": "ok"}';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment