Skip to content

Commit

Permalink
check null array in config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 12, 2019
1 parent ebffc1e commit 13f857a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function getConfigTreeBuilder()
->arrayNode('options')
->useAttributeAsKey('name')
->variablePrototype()
->beforeNormalization()->ifEmpty()->thenUnset()->end()
->beforeNormalization()->ifNull()->thenUnset()->end()
->defaultValue([])
->end()
->end()
Expand Down

0 comments on commit 13f857a

Please sign in to comment.