Skip to content

Commit 4e65ad7

Browse files
committed
minor #19155 Clean deprecated directives (alexandre-daubois)
This PR was merged into the 7.0 branch. Discussion ---------- Clean deprecated directives <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 0091e41 Clean deprecated directives
2 parents 503741f + 0091e41 commit 4e65ad7

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)