mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fixes on tests
This commit is contained in:
@@ -122,7 +122,7 @@ class SocialIssue
|
||||
}
|
||||
|
||||
/**
|
||||
* get all the ancestors of the social issue
|
||||
* get all the ancestors of the social issue.
|
||||
*
|
||||
* @param bool $includeThis if the array in the result must include the present SocialIssue
|
||||
*/
|
||||
@@ -135,7 +135,7 @@ class SocialIssue
|
||||
}
|
||||
|
||||
$current = $this;
|
||||
|
||||
|
||||
while ($current->hasParent()) {
|
||||
$ancestors[] = $current = $current->getParent();
|
||||
}
|
||||
|
Reference in New Issue
Block a user