Skip to content

Commit

Permalink
Merge pull request #43978 from nextcloud/backport/43959/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
  • Loading branch information
susnux committed Mar 4, 2024
2 parents 8640cf6 + 919a9c2 commit a14ec0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/IURLGenerator.php
Expand Up @@ -95,6 +95,7 @@ public function linkTo(string $appName, string $file, array $args = []): string;
* @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;
Expand Down

0 comments on commit a14ec0a

Please sign in to comment.