diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-09-23 11:42:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 11:42:41 +0200 |
commit | eac9255966fb94baa26811b59a74e3139237f026 (patch) | |
tree | 49aada3ccbf89c8a33bfe83048bddbb3200a728a /lib/public | |
parent | 94b0a0e86337ff9ec7592e1df5fb785286665884 (diff) | |
download | nextcloud-server-eac9255966fb94baa26811b59a74e3139237f026.tar.gz nextcloud-server-eac9255966fb94baa26811b59a74e3139237f026.zip |
chore: use a proper `@param` tag for IConstructableStorage constructor parameter
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Storage/IConstructableStorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |