Skip to content

Commit 0091e41

Browse files
Clean deprecated directives
1 parent 503741f commit 0091e41

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

components/http_foundation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,6 @@ It is possible to define partitioned cookies, also known as `CHIPS`_, by using t
518518
// you can also set the partitioned argument to true when using the `create()` factory method
519519
$cookie = Cookie::create('name', 'value', partitioned: true);
520520

521-
.. versionadded:: 6.4
522-
523-
The :method:`Symfony\\Component\\HttpFoundation\\Cookie::withPartitioned`
524-
method was introduced in Symfony 6.4.
525-
526521
Managing the HTTP Cache
527522
~~~~~~~~~~~~~~~~~~~~~~~
528523

components/var_exporter.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ initialized::
224224
}
225225
}
226226

227-
.. deprecated:: 6.4
228-
229-
Using an array of closures for property-based initialization in the
230-
``createLazyGhost()`` method is deprecated since Symfony 6.4. Pass
231-
a single closure that initializes the whole object instead.
232-
233227
:class:`Symfony\\Component\\VarExporter\\LazyGhostTrait` also allows to
234228
convert non-lazy classes to lazy ones::
235229

0 commit comments

Comments
 (0)