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