Skip to content

Commit

Permalink
minor symfony#20449 Replaced caution directive by warning (TimoBakx)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.1 branch.

Discussion
----------

Replaced `caution` directive by `warning`

Fixes symfony#20371

Commits
-------

85ceb63 Replaced `caution` directive by `warning`
  • Loading branch information
wouterj committed Dec 7, 2024
2 parents 84ead23 + 85ceb63 commit 79f9407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/type_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ setting the ``auto_tls`` option to ``false`` in the DSN::

$dsn = 'smtp://user:[email protected]?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
Expand Down

0 comments on commit 79f9407

Please sign in to comment.