diff --git a/components/type_info.rst b/components/type_info.rst index 30ae11aa222..2fd64b9bc5d 100644 --- a/components/type_info.rst +++ b/components/type_info.rst @@ -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 ` and could be changed at any time without prior notice. diff --git a/doctrine.rst b/doctrine.rst index f9c1d153d82..171f8a3348a 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -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 diff --git a/mailer.rst b/mailer.rst index 0d3e296ee77..06feb1e5c29 100644 --- a/mailer.rst +++ b/mailer.rst @@ -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