Explorar o código

tab and whitespace removal

gediminasm %!s(int64=14) %!d(string=hai) anos
pai
achega
7a617b0623

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

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