mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/15342] Update comments
PHPBB3-15342
This commit is contained in:
@@ -340,7 +340,7 @@ class local implements adapter_interface, stream_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Get file size.
|
||||
* Get file size
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
@@ -361,7 +361,7 @@ class local implements adapter_interface, stream_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Get file mimetype.
|
||||
* Get file mimetype
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
@@ -373,7 +373,7 @@ class local implements adapter_interface, stream_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Get image dimensions.
|
||||
* Get image dimensions
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
@@ -394,7 +394,7 @@ class local implements adapter_interface, stream_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Get image width.
|
||||
* Get image width
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
@@ -406,7 +406,7 @@ class local implements adapter_interface, stream_interface
|
||||
}
|
||||
|
||||
/**
|
||||
* Get image height.
|
||||
* Get image height
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
|
Reference in New Issue
Block a user