소스 검색

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
      *