소스 검색

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