mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
fix(IUrlGenerator): Add throws documentation for imagePath function
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
0045e761fc
commit
8ac04e56f7
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ interface IURLGenerator {
|
|||
* @param string $appName the name of the app
|
||||
* @param string $file the name of the file
|
||||
* @return string the url
|
||||
* @throws \RuntimeException If the image does not exist
|
||||
* @since 6.0.0
|
||||
*/
|
||||
public function imagePath(string $appName, string $file): string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue