瀏覽代碼

tab and whitespace removal

gediminasm 14 年之前
父節點
當前提交
7a617b0623
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      lib/Gedmo/Tree/Mapping/Driver/Annotation.php
  2. 1 1
      lib/Gedmo/Tree/Mapping/Driver/Yaml.php

+ 2 - 2
lib/Gedmo/Tree/Mapping/Driver/Annotation.php

@@ -55,7 +55,7 @@ class Annotation implements Driver
      * Annotation to specify closure tree class
      */
     const ANNOTATION_CLOSURE = 'Gedmo\Tree\Mapping\TreeClosure';
-
+    
     /**
      * Annotation to mark field as child count
      */
@@ -235,7 +235,7 @@ class Annotation implements Driver
             throw new InvalidMappingException("Missing properties: " . implode(', ', $missingFields) . " in class - {$meta->name}");
         }
     }
-
+    
     /**
      * Validates metadata for closure type tree
      *

+ 1 - 1
lib/Gedmo/Tree/Mapping/Driver/Yaml.php

@@ -179,7 +179,7 @@ class Yaml extends File implements Driver
             throw new InvalidMappingException("Missing properties: " . implode(', ', $missingFields) . " in class - {$meta->name}");
         }
     }
-
+    
     /**
      * Validates metadata for closure type tree
      *