瀏覽代碼

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

fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
tags/v29.0.0beta1
Ferdinand Thiessen 2 月之前
父節點
當前提交
2c9761c73a
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/public/IURLGenerator.php

+ 1
- 0
lib/public/IURLGenerator.php 查看文件

@@ -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…
取消
儲存