]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: use a proper `@param` tag for IConstructableStorage constructor parameter
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>
Mon, 23 Sep 2024 09:42:41 +0000 (11:42 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 09:42:41 +0000 (11:42 +0200)
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
lib/public/Files/Storage/IConstructableStorage.php

index 5801b78d0a640254d36ff1dc3f87971899e3194d..57749fa30fa550203f2c0f6fc6089a332a64a16e 100644 (file)
@@ -18,7 +18,7 @@ namespace OCP\Files\Storage;
  */
 interface IConstructableStorage {
        /**
-        * $parameters is a free form array with the configuration options needed to construct the storage
+        * @param array $parameters is a free form array with the configuration options needed to construct the storage
         *
         * @since 31.0.0
         */