From d073142085de03fc10641f5a080846e8b2d6e9ed Mon Sep 17 00:00:00 2001 From: Mickael Blondeau Date: Thu, 28 Mar 2024 09:47:28 +0100 Subject: [PATCH] Update var_exporter.rst Remove "lazyObjectId" from LazyGhostTrait because it doesn't seem to do anything --- components/var_exporter.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/var_exporter.rst b/components/var_exporter.rst index 20213e05c06..46471dca1d9 100644 --- a/components/var_exporter.rst +++ b/components/var_exporter.rst @@ -210,9 +210,6 @@ initialized:: class HashProcessor { use LazyGhostTrait; - // Because of how the LazyGhostTrait trait works internally, you - // must add this private property in your class - private int $lazyObjectId; // This property may require a heavy computation to have its value public readonly string $hash;