Skip to content

Commit

Permalink
Update src/Symfony/Bridge/Propel1/Form/EventListener/TranslationColle…
Browse files Browse the repository at this point in the history
…ctionFormListener.php

Remove duplicated semicolon
  • Loading branch information
jamogon committed Dec 3, 2012
1 parent 8af010a commit 760aee0
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 760aee0

Please sign in to comment.