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 <[email protected]>
  • Loading branch information
susnux committed Mar 2, 2024
1 parent 5748c8c commit 3a036a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/IURLGenerator.php
Original file line number Diff line number Diff line change
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 3a036a2

Please sign in to comment.