mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15253] Fix code style
PHPBB3-15253
This commit is contained in:
@@ -80,10 +80,10 @@ interface adapter_interface
|
||||
|
||||
/**
|
||||
* Creates a directory recursively.
|
||||
*
|
||||
*
|
||||
* @param string $path The directory path
|
||||
*
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception On any directory creation failure
|
||||
*/
|
||||
*/
|
||||
public function create_dir($path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user