We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd5af5 commit d073142Copy full SHA for d073142
components/var_exporter.rst
@@ -210,9 +210,6 @@ initialized::
210
class HashProcessor
211
{
212
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;
216
217
// This property may require a heavy computation to have its value
218
public readonly string $hash;
0 commit comments