Skip to content

Commit b719f01

Browse files
committed
Those new Reflection methods are on ReflectionProperty
And not ReflectionClass
1 parent 1a53c22 commit b719f01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appendices/migration84/new-features.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@ $object = $reflector->newLazyGhost($initializer);
523523
<methodname>ReflectionClass::getLazyInitializer</methodname>
524524
</member>
525525
<member>
526-
<methodname>ReflectionClass::skipLazyInitialization</methodname>
526+
<methodname>ReflectionProperty::skipLazyInitialization</methodname>
527527
</member>
528528
<member>
529-
<methodname>ReflectionClass::setRawValueWithoutLazyInitialization</methodname>
529+
<methodname>ReflectionProperty::setRawValueWithoutLazyInitialization</methodname>
530530
</member>
531531
<member>
532532
<constant>ReflectionClass::SKIP_INITIALIZATION_ON_SERIALIZE</constant>

appendices/migration84/new-functions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183
<methodname>ReflectionClass::getLazyInitializer</methodname>
184184
</member>
185185
<member>
186-
<methodname>ReflectionClass::skipLazyInitialization</methodname>
186+
<methodname>ReflectionProperty::skipLazyInitialization</methodname>
187187
</member>
188188
<member>
189-
<methodname>ReflectionClass::setRawValueWithoutLazyInitialization</methodname>
189+
<methodname>ReflectionProperty::setRawValueWithoutLazyInitialization</methodname>
190190
</member>
191191
</simplelist>
192192
</para>

0 commit comments

Comments
 (0)