1
0
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:
Rubén Calvo
2018-07-12 15:56:17 +02:00
parent af7e3662b8
commit e40daea4bd
7 changed files with 40 additions and 40 deletions

View File

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