diff --git a/components/var_exporter.rst b/components/var_exporter.rst index 634e4be78cb..6aa4279788e 100644 --- a/components/var_exporter.rst +++ b/components/var_exporter.rst @@ -206,9 +206,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;