Skip to content

Commit 19b8558

Browse files
committed
[Notifier] Fix default value for phone number of admins
1 parent 69245ec commit 19b8558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ private function addNotifierSection(ArrayNodeDefinition $rootNode)
15311531
->prototype('array')
15321532
->children()
15331533
->scalarNode('email')->cannotBeEmpty()->end()
1534-
->scalarNode('phone')->defaultNull()->end()
1534+
->scalarNode('phone')->defaultValue('')->end()
15351535
->end()
15361536
->end()
15371537
->end()

0 commit comments

Comments
 (0)