Skip to content

Commit 3c75033

Browse files
committed
Remove versionadded directives related to Symfony 7.x
1 parent d0d07cb commit 3c75033

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

components/browser_kit.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ history::
339339
$crawler = $client->forward();
340340
}
341341

342-
.. versionadded:: 7.4
343-
344-
The ``isFirstPage()`` and ``isLastPage()`` methods were introduced in Symfony 7.4.
345-
346342
You can delete the client's history with the ``restart()`` method. This will
347343
also delete all the cookies::
348344

components/uid.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ better entropy (and a more strict chronological order of UUID generation)::
130130
$uuid = Uuid::v7();
131131
// $uuid is an instance of Symfony\Component\Uid\UuidV7
132132

133-
.. versionadded:: 7.4
134-
135-
In Symfony 7.4, the precision was increased from milliseconds to microseconds.
136-
137133
**UUID v8** (custom)
138134

139135
Provides an RFC-compatible format intended for experimental or vendor-specific use cases

scheduler.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ on a particular schedule::
136136
The schedule name must be unique and by default, it is ``default``. The transport name follows
137137
the syntax: ``scheduler_nameofyourschedule`` (e.g. ``scheduler_default``).
138138

139-
.. versionadded:: 7.4
140-
141-
Throwing an exception for duplicate schedule names instead of replacing the existing schedule
142-
was introduced with Symfony 7.4.
143-
144139
.. tip::
145140

146141
`Memoizing`_ your schedule is a good practice to prevent unnecessary reconstruction

0 commit comments

Comments
 (0)