You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$failureTransportReferencesByTransportName = array_map(function($failureTransportName) use ($senderReferences) {
1977
-
return$senderReferences[$failureTransportName];
1978
-
}, $failureTransportsByName);
1979
-
1980
-
1981
-
if ($config['failure_transport']) {
1982
-
if (!isset($senderReferences[$config['failure_transport']])) {
1983
-
thrownewLogicException(sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $config['failure_transport']));
if (!isset($senderReferences[$transport['failure_transport']])) {
1990
1979
thrownewLogicException(sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $transport['failure_transport']));
1991
1980
}
1992
1981
}
1993
1982
}
1983
+
1984
+
$failureTransportReferencesByTransportName = array_map(function($failureTransportName) use ($senderReferences) {
0 commit comments