Skip to content

Commit 4e0fbbd

Browse files
committed
minor #19722 [VarExporter] Remove "lazyObjectId" from LazyGhostTrait because it doesn't seem to do anything (mickaelblondeau)
This PR was merged into the 6.4 branch. Discussion ---------- [VarExporter] Remove "lazyObjectId" from LazyGhostTrait because it doesn't seem to do anything Hello, If I didn't miss any hidden dynamic resolving black magic, the variable "lazyObjectId" doesn't seem to have any uses for LazyGhost to work, if that's the case, I made the modification to remove this potentially missleading part of the documentation Commits ------- d073142 Update var_exporter.rst
2 parents 5fd5af5 + d073142 commit 4e0fbbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/var_exporter.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ initialized::
210210
class HashProcessor
211211
{
212212
use LazyGhostTrait;
213-
// Because of how the LazyGhostTrait trait works internally, you
214-
// must add this private property in your class
215-
private int $lazyObjectId;
216213

217214
// This property may require a heavy computation to have its value
218215
public readonly string $hash;

0 commit comments

Comments
 (0)