Browse Source

fix typos

Thomas 14 years ago
parent
commit
d4f5d9cffe
2 changed files with 2 additions and 2 deletions
  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_options (o): options given to the Filter object
  *   - filter_field_options (o): options given to the filter field 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
 class FieldDescription
 {
 {

+ 1 - 1
Tests/Admin/FieldDescriptionTest.php

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