From 760aee0c1a5e0d4a08be7fb315b0ef2484f45c59 Mon Sep 17 00:00:00 2001 From: jamogon Date: Mon, 3 Dec 2012 23:30:58 +0100 Subject: [PATCH] Update src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php Remove duplicated semicolon --- .../Form/EventListener/TranslationCollectionFormListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php b/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php index 9011fb000757..3e07518d0c29 100644 --- a/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php +++ b/src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php @@ -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();