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 b237771

Browse filesBrowse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update messenger.rst
2 parents fc27761 + 8281616 commit b237771
Copy full SHA for b237771

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ override it in the ``test`` environment to use this transport:
10241024
framework:
10251025
messenger:
10261026
transports:
1027-
async_priority_normal: 'in-memory:///'
1027+
async_priority_normal: 'in-memory://'
10281028
10291029
.. code-block:: xml
10301030
@@ -1040,7 +1040,7 @@ override it in the ``test`` environment to use this transport:
10401040
10411041
<framework:config>
10421042
<framework:messenger>
1043-
<framework:transport name="async_priority_normal" dsn="in-memory:///"/>
1043+
<framework:transport name="async_priority_normal" dsn="in-memory://"/>
10441044
</framework:messenger>
10451045
</framework:config>
10461046
</container>
@@ -1052,7 +1052,7 @@ override it in the ``test`` environment to use this transport:
10521052
'messenger' => [
10531053
'transports' => [
10541054
'async_priority_normal' => [
1055-
'dsn' => 'in-memory:///',
1055+
'dsn' => 'in-memory://',
10561056
],
10571057
],
10581058
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.