You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This contains the information needed to convert the function signatures for php 8.4 to php 8.3 (and vice versa)
5
+
*
6
+
* This has two sections.
7
+
* The 'new' section contains function/method names from FunctionSignatureMap (And alternates, if applicable) that do not exist in php8.3 or have different signatures in php 8.4.
8
+
* If they were just updated, the function/method will be present in the 'added' signatures.
9
+
* The 'old' signatures contains the signatures that are different in php 8.3.
10
+
* Functions are expected to be removed only in major releases of php.
11
+
*
12
+
* @see FunctionSignatureMap.php
13
+
*
14
+
* @phan-file-suppress PhanPluginMixedKeyNoKey (read by Phan when analyzing this file)
0 commit comments