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:
parent
7569e17d06
commit
6426da6269
@ -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 contains the information needed to convert the function signatures for php 8.0 to php 7.4 (and vice versa)
|
||||||
*
|
*
|
||||||
* This has two sections.
|
* 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.
|
* 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.
|
* Functions are expected to be removed only in major releases of php.
|
||||||
*
|
*
|
||||||
* TODO: Add remaining functions
|
* TODO: Add remaining functions
|
||||||
|
Loading…
Reference in New Issue
Block a user