Skip to content

Commit

Permalink
Replaced caution directive by warning
Browse files Browse the repository at this point in the history
Fixes #20371
  • Loading branch information
TimoBakx committed Dec 7, 2024
1 parent 84ead23 commit 85ceb63
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: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
Expand Down

0 comments on commit 85ceb63

Please sign in to comment.