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;