diff --git a/config/set/php80.php b/config/set/php80.php index a0774cc2ffc..1d29831256c 100644 --- a/config/set/php80.php +++ b/config/set/php80.php @@ -98,8 +98,6 @@ new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, '!', '!='), new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'g', 'gt'), new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'l', 'lt'), - new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'gte', 'ge'), - new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'lte', 'le'), new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'n', 'ne'), ]); };