瀏覽代碼

fix typos

Thomas 14 年之前
父節點
當前提交
d4f5d9cffe
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Admin/FieldDescription.php
  2. 1 1
      Tests/Admin/FieldDescriptionTest.php

+ 1 - 1
Admin/FieldDescription.php

@@ -43,7 +43,7 @@ namespace Sonata\BaseApplicationBundle\Admin;
  *   - filter_options (o): options given to the Filter object
  *   - filter_field_options (o): options given to the filter field object
  *
- * @author Thomas Rabaix <thomas.rabaix@sonata-project.com>
+ * @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
  */
 class FieldDescription
 {

+ 1 - 1
Tests/Admin/FieldDescriptionTest.php

@@ -9,7 +9,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Sonata\BaseApplicationBundle\Tests\Provider;
+namespace Sonata\BaseApplicationBundle\Tests\Admin;
 
 use Sonata\BaseApplicationBundle\Admin\FieldDescription;