mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
cs-fixer
This commit is contained in:
@@ -270,7 +270,7 @@ class User implements UserInterface, \Stringable
|
||||
foreach ($this->scopeHistories as $scopeHistory) {
|
||||
if ($at >= $scopeHistory->getStartDate() && (
|
||||
null === $scopeHistory->getEndDate() || $at < $scopeHistory->getEndDate()
|
||||
)) {
|
||||
)) {
|
||||
return $scopeHistory->getScope();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user