Explorar el Código

[Locale] fixed some emails

Eriksen Costa hace 14 años
padre
commit
8f08bccaae

+ 1 - 1
src/Symfony/Component/Locale/Resources/stubs/Locale.php

@@ -12,7 +12,7 @@
 /**
  * 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
  */
 class Locale extends \Symfony\Component\Locale\Stub\StubLocale {}

+ 1 - 1
src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php

@@ -12,7 +12,7 @@
 /**
  * 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
  */
 class NumberFormatter extends \Symfony\Component\Locale\Stub\StubNumberFormatter {}