Skip to content

Commit

Permalink
[Symfony 3.x] Remove ->cannotBeEmpty() call on integerNode
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric authored Apr 18, 2017
1 parent 48b6ca3 commit d112a9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public function getConfigTreeBuilder()
->end()
->integerNode('max_file_size')
->defaultValue(64000000) // 64MB
->cannotBeEmpty()
->end()
->end()
;
Expand Down

0 comments on commit d112a9b

Please sign in to comment.