浏览代码

Fixed indent

Dmitry Pikhno 13 年之前
父节点
当前提交
f129bd1ca6
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      lib/Gedmo/Translatable/Mapping/Driver/Annotation.php

+ 5 - 5
lib/Gedmo/Translatable/Mapping/Driver/Annotation.php

@@ -29,10 +29,10 @@ class Annotation implements AnnotationDriverInterface
      */
     const TRANSLATABLE = 'Gedmo\\Mapping\\Annotation\\Translatable';
 
-	/**
-	 * Annotation to identify field that does not require fallback
-	 */
-	const NOFALLBACK = 'Gedmo\\Mapping\\Annotation\\NoFallback';
+    /**
+     * Annotation to identify field that does not require fallback
+     */
+    const NOFALLBACK = 'Gedmo\\Mapping\\Annotation\\NoFallback';
 
     /**
      * Annotation to identify field which can store used locale or language
@@ -86,7 +86,7 @@ class Annotation implements AnnotationDriverInterface
             $config['translationClass'] = $annot->class;
         }
 
-		$config['nofallback'] = array();
+        $config['nofallback'] = array();
         // property annotations
         foreach ($class->getProperties() as $property) {
             if ($meta->isMappedSuperclass && !$property->isPrivate() ||