Skip to content

Commit

Permalink
Removed redundant closing ?> to avoid possible whitespace issues on s…
Browse files Browse the repository at this point in the history
…ome setups
  • Loading branch information
Michiel Rensen committed Jan 26, 2015
1 parent f20cb59 commit 55652df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/WebshopappApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6301,6 +6301,4 @@ public function delete($webhookId)
{
return $this->client->delete('webhooks/' . $webhookId);
}
}

?>
}

0 comments on commit 55652df

Please sign in to comment.