Skip to content

Commit

Permalink
Remove superfluous argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 13, 2014
1 parent 00a5329 commit 83423e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/ErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getHal()

$hal = new Hal(null, $data);

$this->appendErrors($hal, $this->errors, '');
$this->appendErrors($hal, $this->errors);

return $hal;
}
Expand Down

0 comments on commit 83423e7

Please sign in to comment.