Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [FrameworkBundle] Remove some unneeded versionadded directives
  • Loading branch information
javiereguiluz committed Jun 18, 2024
2 parents 8805294 + 3a6a5ce commit 9011bda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions configuration/micro_kernel_trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ Next, create an ``index.php`` file that defines the kernel class and runs it:
$response->send();
$kernel->terminate($request, $response);
.. versionadded:: 6.1

The PHP attributes notation has been introduced in Symfony 6.1.

.. note::

In addition to the ``index.php`` file, you'll need to create a directory called
Expand Down
4 changes: 0 additions & 4 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -972,10 +972,6 @@ crypto_method
The minimum version of TLS to accept. The value must be one of the
``STREAM_CRYPTO_METHOD_TLSv*_CLIENT`` constants defined by PHP.

.. versionadded:: 6.3

The ``crypto_method`` option was introduced in Symfony 6.3.

.. _reference-http-client-retry-delay:

delay
Expand Down

0 comments on commit 9011bda

Please sign in to comment.