Skip to content

Commit

Permalink
fix(IUrlGenerator): Add throws documentation for imagePath function
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored and backportbot[bot] committed Mar 4, 2024
1 parent 8640cf6 commit 919a9c2
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 919a9c2

Please sign in to comment.