Skip to content

Commit b5f0495

Browse files
authored
ReflectionParameter: Add missing deprecated attribute to versions.xml
1 parent 080a00e commit b5f0495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/reflection/versions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@
100100
<function name="reflectionparameter::export" from="PHP 5, PHP 7" deprecated="PHP 7.4.0" removed="PHP 8"/>
101101
<function name="reflectionparameter::getname" from="PHP 5, PHP 7, PHP 8"/>
102102
<function name="reflectionparameter::getdefaultvalueconstantname" from="PHP 5 &gt;= 5.4.6, PHP 7, PHP 8"/>
103-
<function name="reflectionparameter::iscallable" from="PHP 5 &gt;= 5.4.0, PHP 7, PHP 8"/>
103+
<function name="reflectionparameter::iscallable" from="PHP 5 &gt;= 5.4.0, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
104104
<function name="reflectionparameter::isdefaultvalueconstant" from="PHP 5 &gt;= 5.4.6, PHP 7, PHP 8"/>
105105
<function name="reflectionparameter::ispassedbyreference" from="PHP 5, PHP 7, PHP 8"/>
106106
<function name="reflectionparameter::ispromoted" from="PHP 8"/>
107107
<function name="reflectionparameter::getdeclaringfunction" from="PHP 5 &gt;= 5.1.3, PHP 7, PHP 8"/>
108108
<function name="reflectionparameter::getdeclaringclass" from="PHP 5 &gt;= 5.1.3, PHP 7, PHP 8"/>
109-
<function name="reflectionparameter::getclass" from="PHP 5, PHP 7, PHP 8"/>
110-
<function name="reflectionparameter::isarray" from="PHP 5 &gt;= 5.1.2, PHP 7, PHP 8"/>
109+
<function name="reflectionparameter::getclass" from="PHP 5, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
110+
<function name="reflectionparameter::isarray" from="PHP 5 &gt;= 5.1.2, PHP 7, PHP 8" deprecated="PHP 8.0.0"/>
111111
<function name="reflectionparameter::allowsnull" from="PHP 5, PHP 7, PHP 8"/>
112112
<function name="reflectionparameter::getposition" from="PHP 5 &gt;= 5.1.3, PHP 7, PHP 8"/>
113113
<function name="reflectionparameter::isoptional" from="PHP 5 &gt;= 5.0.3, PHP 7, PHP 8"/>

0 commit comments

Comments
 (0)