Skip to content

Commit b237771

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines 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)