Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions components/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -518,11 +518,6 @@ It is possible to define partitioned cookies, also known as `CHIPS`_, by using t
// you can also set the partitioned argument to true when using the `create()` factory method
$cookie = Cookie::create('name', 'value', partitioned: true);

.. versionadded:: 6.4

The :method:`Symfony\\Component\\HttpFoundation\\Cookie::withPartitioned`
method was introduced in Symfony 6.4.

Managing the HTTP Cache
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 0 additions & 6 deletions components/var_exporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ initialized::
}
}

.. deprecated:: 6.4

Using an array of closures for property-based initialization in the
``createLazyGhost()`` method is deprecated since Symfony 6.4. Pass
a single closure that initializes the whole object instead.

:class:`Symfony\\Component\\VarExporter\\LazyGhostTrait` also allows to
convert non-lazy classes to lazy ones::

Expand Down