From db8e0af96a5319214085431f71375cb5e161387e Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Wed, 8 Feb 2023 02:36:17 +1100 Subject: [PATCH] Removes dependency on bcmath (#8467) --- validation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/validation.md b/validation.md index 08a157352e7..fc285052548 100644 --- a/validation.md +++ b/validation.md @@ -1431,9 +1431,6 @@ The integer under validation must have a minimum length of _value_. The field under validation must be a multiple of _value_. -> **Warning** -> The [`bcmath` PHP extension](https://www.php.net/manual/en/book.bc.php) is required in order to use the `multiple_of` rule. - #### missing