Browse Source

minor tweaks to spacing.

Taylor Otwell 14 years ago
parent
commit
1f748e7f64
1 changed files with 2 additions and 2 deletions
  1. 2 2
      system/file.php

+ 2 - 2
system/file.php

@@ -1,11 +1,11 @@
 <?php namespace System;
 
 class File {
-	
+
 	/**
 	 * Get a file's extension. 
 	 * 
-	 * @param  string $path
+	 * @param  string  $path
 	 * @return string
 	 */
 	public static function extension($path)