Skip to content

Commit

Permalink
merged branch jamogon/patch-1 (PR #6181)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Commits
-------

760aee0 Update src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php

Discussion
----------

Update src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollecti...

...onFormListener.php

Remove duplicated semicolon

---------------------------------------------------------------------------

by pborreli at 2012-12-03T22:41:12Z

:+1:
  • Loading branch information
fabpot committed Dec 4, 2012
2 parents 8af010a + 760aee0 commit 425f6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function preSetData(FormEvent $event)
}
}
if(!$foundData) {
throw new UnexpectedTypeException($rootData, 'Propel i18n object');;
throw new UnexpectedTypeException($rootData, 'Propel i18n object');
}

$newTranslation = new $this->i18nClass();
Expand Down

0 comments on commit 425f6f5

Please sign in to comment.