fixup! Get all shares as iterable
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
8085ca4cc4
commit
ea55f8eedd
|
@ -393,6 +393,7 @@ interface IManager {
|
|||
* be fully itterated.
|
||||
*
|
||||
* @return iterable
|
||||
* @since 18.0.0
|
||||
*/
|
||||
public function getAllShares(): iterable;
|
||||
|
||||
|
|
|
@ -223,6 +223,7 @@ interface IShareProvider {
|
|||
* overhead
|
||||
*
|
||||
* @return iterable
|
||||
* @since 18.0.0
|
||||
*/
|
||||
public function getAllShares(): iterable;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue