Skip to content

Replaced caution directive by warning #20449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading