mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 09:30:34 +01:00
[ticket/15553] Add return annotation to get_link
PHPBB3-15553
This commit is contained in:
parent
0dda99ead6
commit
f95cb27643
@ -90,6 +90,9 @@ interface adapter_interface
|
||||
* Get direct link.
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
* @return string Returns link.
|
||||
*
|
||||
*/
|
||||
public function get_link($path);
|
||||
}
|
||||
|
@ -221,6 +221,9 @@ class storage
|
||||
* Get direct link
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
* @return string Returns link.
|
||||
*
|
||||
*/
|
||||
public function get_link($path)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user