]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/Storage/IWritableStorage.php
authorPhilipp <admin+Github@philipp.info>
Sun, 15 Aug 2021 11:55:04 +0000 (13:55 +0200)
committerPhilipp <admin@philipp.info>
Mon, 16 Aug 2021 21:27:42 +0000 (23:27 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Model/Storage/IWritableStorage.php

index 650b3246ede7236f18131e2713f38bf2f81d4791..ee0001a669dfa3cf8b150c0c54169ef01eb969a9 100644 (file)
@@ -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
 {