Skip to content

Commit 044c5aa

Browse files
committed
Add a deprecation notice
1 parent 344ec58 commit 044c5aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/var_exporter.rst

+5
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ convert non-lazy classes to lazy ones::
260260
$instance->validateHash();
261261
});
262262

263+
.. deprecated:: 7.0
264+
265+
The ``initializer`` function allowed passing two arguments to it to initialize
266+
properties one by one. This feature was removed in Symfony 7.0.
267+
263268
While you never query ``$processor->hash`` value, heavy methods will never be
264269
triggered. But still, the ``$processor`` object exists and can be used in your
265270
code, passed to methods, functions, etc.

0 commit comments

Comments
 (0)