From eac9255966fb94baa26811b59a74e3139237f026 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:42:41 +0200 Subject: [PATCH] chore: use a proper `@param` tag for IConstructableStorage constructor parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Files/Storage/IConstructableStorage.php b/lib/public/Files/Storage/IConstructableStorage.php index 5801b78d0a6..57749fa30fa 100644 --- a/lib/public/Files/Storage/IConstructableStorage.php +++ b/lib/public/Files/Storage/IConstructableStorage.php @@ -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 */ -- 2.39.5