Skip to content

Commit 54d2bdf

Browse files
committed
#133: Reflection [implement ReflectionMethod::createFromMethodName()](php/php-src@f41220f)
1 parent 874ad27 commit 54d2bdf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"class_name": "ReflectionMethod",
4+
"name": "createFromMethodName",
5+
"static": true,
6+
"ext_min": "8.3.0beta1",
7+
"php_min": "8.3.0beta1"
8+
}
9+
]

src/Application/Command/Init/InitHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ private function majorReleaseDefinitionProvider(): Generator
10991099
'methods' => [
11001100
'50', '54',
11011101
'70', '71', '72', '74',
1102-
'80', '81', '82',
1102+
'80', '81', '82', '83',
11031103
],
11041104
'releases' => array_merge(
11051105
['50', '51', '54'],

0 commit comments

Comments
 (0)