fixup! Get all shares as iterable

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2019-10-30 14:26:37 +01:00
parent 8085ca4cc4
commit ea55f8eedd
2 changed files with 2 additions and 0 deletions

View File

@ -393,6 +393,7 @@ interface IManager {
* be fully itterated.
*
* @return iterable
* @since 18.0.0
*/
public function getAllShares(): iterable;

View File

@ -223,6 +223,7 @@ interface IShareProvider {
* overhead
*
* @return iterable
* @since 18.0.0
*/
public function getAllShares(): iterable;
}