From f4941b5b49ecc3a025b02e435f353f86bac0ea38 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 15 Aug 2021 13:55:04 +0200 Subject: [PATCH] Update src/Model/Storage/IWritableStorage.php Co-authored-by: Hypolite Petovan --- src/Model/Storage/IWritableStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Storage/IWritableStorage.php b/src/Model/Storage/IWritableStorage.php index 650b3246ed..ee0001a669 100644 --- a/src/Model/Storage/IWritableStorage.php +++ b/src/Model/Storage/IWritableStorage.php @@ -25,7 +25,7 @@ namespace Friendica\Model\Storage; * Interface for writable storage backends * * Used for storages with CRUD functionality, mainly used for user data (e.g. photos, attachements). - * There's only one active, writable storage possible. This type of storages are selectable by the current administrator + * There's only one active writable storage possible. This type of storage is selectable by the current administrator. */ interface IWritableStorage extends IStorage {