Merge pull request #43959 from nextcloud/fix/docs-iurlgenerator

fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
pull/43855/head
Ferdinand Thiessen 3 months ago committed by GitHub
commit 2c9761c73a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save