Skip to content

Commit 85ceb63

Browse files
committed
Replaced caution directive by warning
Fixes #20371
1 parent 84ead23 commit 85ceb63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/type_info.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This component provides:
1111
* A way to get types from PHP elements such as properties, method arguments,
1212
return types, and raw strings.
1313

14-
.. caution::
14+
.. warning::
1515

1616
This component is :doc:`experimental </contributing/code/experimental>` and
1717
could be changed at any time without prior notice.

doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ before, execute your migrations:
320320
321321
$ php bin/console doctrine:migrations:migrate
322322
323-
.. caution::
323+
.. warning::
324324

325325
If you are using an SQLite database, you'll see the following error:
326326
*PDOException: SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL

mailer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ setting the ``auto_tls`` option to ``false`` in the DSN::
361361

362362
$dsn = 'smtp://user:[email protected]?auto_tls=false';
363363

364-
.. caution::
364+
.. warning::
365365

366366
It's not recommended to disable TLS while connecting to an SMTP server over
367367
the Internet, but it can be useful when both the application and the SMTP

0 commit comments

Comments
 (0)