Skip to content

Commit 142ad48

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Add deprecation notice for propertyName and propertyScope in initializer (Symfony 6.4)
2 parents 044c5aa + 16110c0 commit 142ad48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/var_exporter.rst

-5
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,6 @@ 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-
268263
While you never query ``$processor->hash`` value, heavy methods will never be
269264
triggered. But still, the ``$processor`` object exists and can be used in your
270265
code, passed to methods, functions, etc.

0 commit comments

Comments
 (0)