From 6426da626903bfeaefb2e66c2e9bd240aab7129b Mon Sep 17 00:00:00 2001 From: sji Date: Tue, 26 Jan 2021 01:05:13 +0900 Subject: [PATCH] Fix wrong comments in CallMap_80_delta.php (#5104) --- dictionaries/CallMap_80_delta.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index fa345117b..a19dcb77e 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -4,9 +4,9 @@ * This contains the information needed to convert the function signatures for php 8.0 to php 7.4 (and vice versa) * * This has two sections. - * The 'new' section contains function/method names from FunctionSignatureMap (And alternates, if applicable) that do not exist in php7.3 or have different signatures in php 7.4. + * The 'new' section contains function/method names from FunctionSignatureMap (And alternates, if applicable) that do not exist in php7.4 or have different signatures in php 8.0. * If they were just updated, the function/method will be present in the 'added' signatures. - * The 'old' signatures contains the signatures that are different in php 7.3. + * The 'old' signatures contains the signatures that are different in php 7.4. * Functions are expected to be removed only in major releases of php. * * TODO: Add remaining functions