Parcourir la source

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

fix(IUrlGenerator): Add `throws` documentation for `imagePath` function
tags/v29.0.0beta1
Ferdinand Thiessen il y a 2 mois
Parent
révision
2c9761c73a
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      lib/public/IURLGenerator.php

+ 1
- 0
lib/public/IURLGenerator.php Voir le fichier

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

Chargement…
Annuler
Enregistrer