PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -93,7 +93,7 @@ class File {
/**
* Get the file size of a given file.
*
* @param string $file
* @param string $path
* @return int
*/
public static function size($path)
@@ -149,7 +149,7 @@ class File {
* $image = File::is(array('jpg', 'png', 'gif'), 'path/to/file');
* </code>
*
* @param array|string $extension
* @param array|string $extensions
* @param string $path
* @return bool
*/