cs: Enable risky rule random_api_migration.

This commit is contained in:
Pol Dellaiera
2021-11-30 11:55:02 +01:00
parent 91d12c4a96
commit a43784c3a1
13 changed files with 27 additions and 27 deletions

View File

@@ -187,6 +187,6 @@ class TimelineProviderTest extends WebTestCase
}
}
return $groups[rand(0, count($groups) - 1)];
return $groups[mt_rand(0, count($groups) - 1)];
}
}