]> git.mxchange.org Git - friendica.git/commitdiff
Add todo for develop phase
authorPhilipp <admin@philipp.info>
Sat, 26 Jun 2021 19:17:10 +0000 (21:17 +0200)
committerPhilipp <admin@philipp.info>
Sat, 26 Jun 2021 19:17:10 +0000 (21:17 +0200)
src/Model/Storage/IStorage.php

index 8a9b60f73bf4fdffd88f8134c2b24fc19f4d618b..0a0f5895872adba24ceb4298a4d42d223a41097d 100644 (file)
@@ -23,6 +23,8 @@ namespace Friendica\Model\Storage;
 
 /**
  * Interface for storage backends
+ *
+ * @todo Split this interface into "IStorage" for get() operations (including Resource fetching) and "IUserStorage" for real user backends including put/delete/options
  */
 interface IStorage
 {