Skip to content
Snippets Groups Projects
Commit ea55f8ee authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

fixup! Get all shares as iterable

parent 8085ca4c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment