Refactored method name

This commit is contained in:
Kevin Frantz
2018-10-31 20:47:51 +01:00
parent e7b41dab22
commit 48697c8b12
4 changed files with 9 additions and 9 deletions

View File

@@ -24,5 +24,5 @@ interface MembersAttributInterface
/**
* @return Collection
*/
public function getMembersInclusiveChildren(int $dimension = null): Collection;
public function getMembersIncludingChildren(int $dimension = null): Collection;
}