mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
cs: Enable risky rule random_api_migration
.
This commit is contained in:
@@ -187,6 +187,6 @@ class TimelineProviderTest extends WebTestCase
|
||||
}
|
||||
}
|
||||
|
||||
return $groups[rand(0, count($groups) - 1)];
|
||||
return $groups[mt_rand(0, count($groups) - 1)];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user