From: Philipp Holzer Date: Mon, 5 Nov 2018 20:16:18 +0000 (+0100) Subject: Using random_int directly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47095d70a9a8378cc14ebd515bcb2477e2710153;p=friendica.git Using random_int directly --- diff --git a/tests/src/Util/CryptoTest.php b/tests/src/Util/CryptoTest.php index b976a09838..f3047effa1 100644 --- a/tests/src/Util/CryptoTest.php +++ b/tests/src/Util/CryptoTest.php @@ -22,7 +22,7 @@ class CryptoTest extends TestCase } /** - * Replaces rand results with given mocks + * Replaces random_int results with given mocks * */ private function assertRandomInt($min, $max)