minor tweaks to spacing.
This commit is contained in:
parent
fd26c5d592
commit
1f748e7f64
|
@ -1,11 +1,11 @@
|
||||||
<?php namespace System;
|
<?php namespace System;
|
||||||
|
|
||||||
class File {
|
class File {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a file's extension.
|
* Get a file's extension.
|
||||||
*
|
*
|
||||||
* @param string $path
|
* @param string $path
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function extension($path)
|
public static function extension($path)
|
||||||
|
|
Loading…
Reference in New Issue