minor tweaks to spacing.

This commit is contained in:
Taylor Otwell 2011-06-17 00:17:51 -05:00
parent fd26c5d592
commit 1f748e7f64

View File

@ -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)