Skip to content

Commit 188994b

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Clean deprecated directives
2 parents 165d541 + 4e65ad7 commit 188994b

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)