Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79f9407

Browse filesBrowse files
committed
minor #20449 Replaced caution directive by warning (TimoBakx)
This PR was merged into the 7.1 branch. Discussion ---------- Replaced `caution` directive by `warning` Fixes #20371 Commits ------- 85ceb63 Replaced `caution` directive by `warning`
2 parents 84ead23 + 85ceb63 commit 79f9407
Copy full SHA for 79f9407

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎components/type_info.rst

Copy file name to clipboardExpand all lines: components/type_info.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: doctrine.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: mailer.rst
+1-1Lines changed: 1 addition & 1 deletion
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:pass@10.0.0.25?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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.