浏览代码

[Locale] add @author tag to StubCollator

Igor Wiedler 14 年之前
父节点
当前提交
7b2b025ebd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Symfony/Component/Locale/Stub/StubCollator.php

+ 2 - 0
src/Symfony/Component/Locale/Stub/StubCollator.php

@@ -17,6 +17,8 @@ use Symfony\Component\Locale\Exception\MethodArgumentValueNotImplementedExceptio
 
 
 /**
 /**
  * Provides a stub Collator for the 'en' locale.
  * Provides a stub Collator for the 'en' locale.
+ *
+ * @author Igor Wiedler <igor@wiedler.ch>
  */
  */
 class StubCollator
 class StubCollator
 {
 {