Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove redundant default
  • Loading branch information
Seldaek committed May 6, 2015
commit 3ea7ab8fb32e4f5a69708fead6136bb5090487cf
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ private function addTranslatorSection(ArrayNodeDefinition $rootNode)
->booleanNode('logging')->defaultValue($this->debug)->end()
->arrayNode('paths')
->prototype('scalar')->end()
->defaultValue(array())
->end()
->end()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about merging this node and the fallbacks node into one single children() block?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's my bad I'll fix.

->end()
Expand Down