mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15253] Fix code style
PHPBB3-15253
This commit is contained in:
parent
c3a422bdeb
commit
3399594946
1 changed files with 3 additions and 3 deletions
|
@ -80,10 +80,10 @@ interface adapter_interface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a directory recursively.
|
* Creates a directory recursively.
|
||||||
*
|
*
|
||||||
* @param string $path The directory path
|
* @param string $path The directory path
|
||||||
*
|
*
|
||||||
* @throws \phpbb\storage\exception\exception On any directory creation failure
|
* @throws \phpbb\storage\exception\exception On any directory creation failure
|
||||||
*/
|
*/
|
||||||
public function create_dir($path);
|
public function create_dir($path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue