Browse Source

Trim whitespace.

mark_story 9 years ago
parent
commit
3d3e354a4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/TypeInterface.php

+ 1 - 1
src/Database/TypeInterface.php

@@ -61,7 +61,7 @@ interface TypeInterface
 
     /**
      * Returns the base type name that this class is inheriting.
-     * 
+     *
      * This is useful when extending base type for adding extra functionality,
      * but still want the rest of the framework to use the same assumptions it would
      * do about the base type it inherits from.