Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  Fixing bug where PropertyInfoLoader tried to add validation to non-existent properties
  [TwigBundle] fix tests
  [travis] increase concurrency
  [FrameworkBundle] fix FC with HttpKernel v5
  • Loading branch information
nicolas-grekas committed Jun 7, 2019
2 parents 17363a3 + f167454 commit ff88362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Compiler/ValidateEnvPlaceholdersPassTest.php
Expand Up @@ -399,7 +399,7 @@ class ConfigurationWithArrayNodeRequiringOneElement implements ConfigurationInte
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder('env_extension');
$treeBuilder
$treeBuilder->getRootNode()
->children()
->arrayNode('nodes')
->isRequired()
Expand Down

0 comments on commit ff88362

Please sign in to comment.