minor tweaks to spacing.
This commit is contained in:
parent
fd26c5d592
commit
1f748e7f64
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue