mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Note DI only usage in PHPDoc
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
eb60b650aa
commit
26e3bdfce3
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@ use OCP\Files\NotFoundException;
|
|||
use OCP\Files\NotPermittedException;
|
||||
|
||||
/**
|
||||
* Interface ISimpleFile
|
||||
* This interface allows to manage simple files.
|
||||
*
|
||||
* This interface must not be implemented in your application but
|
||||
* instead should be used as a service and injected in your code with
|
||||
* dependency injection.
|
||||
*
|
||||
* @since 11.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue