1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Fix wrong comments in CallMap_80_delta.php (#5104)

This commit is contained in:
sji 2021-01-26 01:05:13 +09:00 committed by Daniil Gentili
parent 7569e17d06
commit 6426da6269
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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