[ticket/15553] Add return annotation to get_link

PHPBB3-15553
This commit is contained in:
Rubén Calvo 2018-05-30 22:34:54 +02:00
parent 0dda99ead6
commit f95cb27643
2 changed files with 6 additions and 0 deletions

View file

@ -90,6 +90,9 @@ interface adapter_interface
* Get direct link. * Get direct link.
* *
* @param string $path The file * @param string $path The file
*
* @return string Returns link.
*
*/ */
public function get_link($path); public function get_link($path);
} }

View file

@ -221,6 +221,9 @@ class storage
* Get direct link * Get direct link
* *
* @param string $path The file * @param string $path The file
*
* @return string Returns link.
*
*/ */
public function get_link($path) public function get_link($path)
{ {