mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -191,6 +191,6 @@ final class TimelineProviderTest extends WebTestCase
|
||||
}
|
||||
}
|
||||
|
||||
return $groups[mt_rand(0, count($groups) - 1)];
|
||||
return $groups[random_int(0, count($groups) - 1)];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user