Преглед на файлове

[Locale] fixed some emails

Eriksen Costa преди 14 години
родител
ревизия
8f08bccaae
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/Symfony/Component/Locale/Resources/stubs/Locale.php
  2. 1 1
      src/Symfony/Component/Locale/Resources/stubs/NumberFormatter.php

+ 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 {}