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>
pull/48111/head
Côme Chilliet 1 year ago committed by GitHub
parent 94b0a0e863
commit eac9255966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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
*/

Loading…
Cancel
Save