Skip to content

Commit d073142

Browse files
Update var_exporter.rst
Remove "lazyObjectId" from LazyGhostTrait because it doesn't seem to do anything
1 parent 5fd5af5 commit d073142

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)