Skip to content

Commit

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

private function appendErrors(Hal $hal, FormInterface $form, $path)
{
foreach ($form->getErrors() as $key => $error) {
foreach ($form->getErrors() as $error) {
$data = array(
'message' => $error->getMessage()
);
Expand Down

0 comments on commit 752488d

Please sign in to comment.