[Locale] fixed some emails

This commit is contained in:
Eriksen Costa 2011-03-13 21:46:28 -03:00
parent 9c6ccd8290
commit 8f08bccaae
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
/** /**
* Stub implementation for the Locale class of the intl extension * Stub implementation for the Locale class of the intl extension
* *
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com> * @author Bernhard Schussek <bernhard.schussek@symfony.com>
* @see Symfony\Component\Locale\Stub\StubLocale * @see Symfony\Component\Locale\Stub\StubLocale
*/ */
class Locale extends \Symfony\Component\Locale\Stub\StubLocale {} class Locale extends \Symfony\Component\Locale\Stub\StubLocale {}

View File

@ -12,7 +12,7 @@
/** /**
* Stub implementation for the NumberFormatter class of the intl extension * Stub implementation for the NumberFormatter class of the intl extension
* *
* @author Bernhard Schussek <bernhard.schussek@symfony-project.com> * @author Bernhard Schussek <bernhard.schussek@symfony.com>
* @see Symfony\Component\Locale\Stub\StubNumberFormatter * @see Symfony\Component\Locale\Stub\StubNumberFormatter
*/ */
class NumberFormatter extends \Symfony\Component\Locale\Stub\StubNumberFormatter {} class NumberFormatter extends \Symfony\Component\Locale\Stub\StubNumberFormatter {}