Skip to content

Commit

Permalink
Those new Reflection methods are on ReflectionProperty
Browse files Browse the repository at this point in the history
And not ReflectionClass
  • Loading branch information
Girgias committed Nov 5, 2024
1 parent 1a53c22 commit b719f01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appendices/migration84/new-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@ $object = $reflector->newLazyGhost($initializer);
<methodname>ReflectionClass::getLazyInitializer</methodname>
</member>
<member>
<methodname>ReflectionClass::skipLazyInitialization</methodname>
<methodname>ReflectionProperty::skipLazyInitialization</methodname>
</member>
<member>
<methodname>ReflectionClass::setRawValueWithoutLazyInitialization</methodname>
<methodname>ReflectionProperty::setRawValueWithoutLazyInitialization</methodname>
</member>
<member>
<constant>ReflectionClass::SKIP_INITIALIZATION_ON_SERIALIZE</constant>
Expand Down
4 changes: 2 additions & 2 deletions appendices/migration84/new-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@
<methodname>ReflectionClass::getLazyInitializer</methodname>
</member>
<member>
<methodname>ReflectionClass::skipLazyInitialization</methodname>
<methodname>ReflectionProperty::skipLazyInitialization</methodname>
</member>
<member>
<methodname>ReflectionClass::setRawValueWithoutLazyInitialization</methodname>
<methodname>ReflectionProperty::setRawValueWithoutLazyInitialization</methodname>
</member>
</simplelist>
</para>
Expand Down

0 comments on commit b719f01

Please sign in to comment.