fix(IUrlGenerator): Add throws documentation for imagePath function

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-03-02 21:33:50 +01:00 committed by backportbot[bot]
parent 0045e761fc
commit 8ac04e56f7

View file

@ -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;