mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -56,7 +56,7 @@ class file_info
|
||||
/**
|
||||
* Load propertys lazily
|
||||
*
|
||||
* @param string name The property name.
|
||||
* @param string $name The property name.
|
||||
*
|
||||
* @return string Returns the property value
|
||||
*/
|
||||
|
@@ -99,8 +99,8 @@ class storage
|
||||
/**
|
||||
* Dumps content into a file
|
||||
*
|
||||
* @param string path The file to be written to.
|
||||
* @param string content The data to write into the file.
|
||||
* @param string $path The file to be written to.
|
||||
* @param string $content The data to write into the file.
|
||||
*
|
||||
* @throws exception When the file already exists
|
||||
* When the file cannot be written
|
||||
|
Reference in New Issue
Block a user