Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Removed unused local variable, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Högström committed Mar 18, 2014
1 parent ba87c1c commit 2e06702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Billogram/Api/Objects/SimpleObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct($api, $objectClass, $data)
*/
public function delete()
{
$response = $this->api->delete($this->url());
$this->api->delete($this->url());

return null;
}
Expand Down

0 comments on commit 2e06702

Please sign in to comment.