add TODOs with the actual interface name
This commit is contained in:
parent
64043e9bcc
commit
2ebb5726d7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
namespace OCP;
|
||||
|
||||
/**
|
||||
* Interface GroupInterface
|
||||
* TODO actually this is a IGroupBackend
|
||||
*
|
||||
* @package OCP
|
||||
* @since 4.5.0
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
namespace OCP;
|
||||
|
||||
/**
|
||||
* Interface UserInterface
|
||||
* TODO actually this is a IUserBackend
|
||||
*
|
||||
* @package OCP
|
||||
* @since 4.5.0
|
||||
|
|
Loading…
Reference in a new issue