Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit fd28977

Browse files
committed
Removing porcelain
1 parent 79785db commit fd28977

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,13 @@ public function getConfigTreeBuilder()
6262
->thenInvalid('The %s encryption is not supported')
6363
->end()
6464
->end()
65-
->end()
66-
->children()
6765
->scalarNode('auth_mode')
6866
->defaultNull()
6967
->validate()
7068
->ifNotInArray(array('plain', 'login', 'cram-md5', null))
7169
->thenInvalid('The %s authentication mode is not supported')
7270
->end()
7371
->end()
74-
->end()
75-
->children()
7672
->arrayNode('spool')
7773
->children()
7874
->scalarNode('type')->defaultValue('file')->end()

0 commit comments

Comments
 (0)