1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +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

@@ -34,7 +34,7 @@ class file_info
* Stores the properties of $path file, so dont have to be consulted multiple times.
* For example, when you need the width of an image, using getimagesize() you get
* both dimensions, so you store both here, and when you get the height, you dont have
* to call getimagesize() again.
* to call getimagesize() again
*
* @var array
*/
@@ -54,7 +54,7 @@ class file_info
}
/**
* Load propertys lazily.
* Load propertys lazily
*
* @param string name The property name.
*