Skip to content

Commit

Permalink
Merge pull request #23 from emodric/patch-1
Browse files Browse the repository at this point in the history
[Symfony 3.x] Remove ->cannotBeEmpty() call on integerNode
  • Loading branch information
lserwatka authored Apr 20, 2017
2 parents 48b6ca3 + d112a9b commit 8a304a6
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 8a304a6

Please sign in to comment.