Skip to content

Commit

Permalink
Config definition update
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff committed Dec 26, 2017
1 parent c55d5e5 commit 921068c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ private function localesSection(ArrayNodeDefinition $rootNode)
->ifString()->then($this->convertStringToArray)
->end()
->end()
->end()
;
}

Expand All @@ -66,7 +65,6 @@ private function requiredLocalesSection(ArrayNodeDefinition $rootNode)
->ifString()->then($this->convertStringToArray)
->end()
->end()
->end()
;
}

Expand All @@ -84,7 +82,6 @@ private function excludedFieldsSection(ArrayNodeDefinition $rootNode)
->ifString()->then($this->convertStringToArray)
->end()
->end()
->end()
;
}
}

0 comments on commit 921068c

Please sign in to comment.