Skip to content

Commit

Permalink
Fix IS_FINAL for property is available as of 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Nov 12, 2024
1 parent 83d18a1 commit cf68819
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions reference/reflection/reflectionproperty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<simpara>
Indicates the property is
<link linkend="language.oop5.final">final</link>.
Available as of PHP 8.1.0.
Available as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -284,13 +284,8 @@
Added <constant>ReflectionProperty::IS_VIRTUAL</constant>,
<constant>ReflectionProperty::IS_PRIVATE_SET</constant>,
<constant>ReflectionProperty::IS_PROTECTED_SET</constant>,
<constant>ReflectionProperty::IS_ABSTRACT</constant>.
</entry>
</row>
<row>
<entry>8.1.0</entry>
<entry>
Added <constant>ReflectionProperty::IS_FINAL</constant>.
<constant>ReflectionProperty::IS_ABSTRACT</constant>,
and <constant>ReflectionProperty::IS_FINAL</constant>.
</entry>
</row>
<row>
Expand Down

0 comments on commit cf68819

Please sign in to comment.