minor #20449 Replaced caution directive by warning (TimoBakx)

This PR was merged into the 7.1 branch.

Discussion
----------

Replaced `caution` directive by `warning`

Fixes #20371

Commits
-------

85ceb630c Replaced `caution` directive by `warning`
This commit is contained in:
Wouter de Jong
2024-12-07 12:15:41 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ This component provides:
* A way to get types from PHP elements such as properties, method arguments,
return types, and raw strings.
.. caution::
.. warning::
This component is :doc:`experimental </contributing/code/experimental>` and
could be changed at any time without prior notice.

View File

@@ -320,7 +320,7 @@ before, execute your migrations:
$ php bin/console doctrine:migrations:migrate
.. caution::
.. warning::
If you are using an SQLite database, you'll see the following error:
*PDOException: SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL

View File

@@ -361,7 +361,7 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
$dsn = 'smtp://user:pass@10.0.0.25?auto_tls=false';
.. caution::
.. warning::
It's not recommended to disable TLS while connecting to an SMTP server over
the Internet, but it can be useful when both the application and the SMTP