Skip to content

Commit dc331c6

Browse files
Merge branch '4.4'
* 4.4: [Config] Disable default alphabet sorting in glob function due of unstable sort [HttpClient] always return the empty string when the response cannot have a body [TwigBundle][exception] Added missing css variable to highlight line in trace [Serializer] Improve messages for unexpected resources values [SecurityBundle] correct types for default arguments for firewall configs
2 parents 5f7e029 + 8be37e7 commit dc331c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ class_exists(SemaphoreStore::class) && SemaphoreStore::isSupported() ? 'semaphor
418418
'texter_transports' => [],
419419
'channel_policy' => [],
420420
'admin_recipients' => [],
421+
'notification_on_failed_messages' => false,
421422
],
422423
'error_controller' => 'error_controller',
423424
'secrets' => [

0 commit comments

Comments
 (0)