mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15253] Fix get contents method
PHPBB3-15253
This commit is contained in:
@@ -33,6 +33,8 @@ interface adapter_interface
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception When the file dont exists
|
||||
* When cannot read file contents
|
||||
* @return string Returns file contents
|
||||
*
|
||||
*/
|
||||
public function get_contents($path);
|
||||
|
||||
|
Reference in New Issue
Block a user