Skip to content

Commit

Permalink
Merge branch '3.4'
Browse files Browse the repository at this point in the history
* 3.4:
  [DI] Fix missing CHANGELOG update + typo
  • Loading branch information
nicolas-grekas committed Oct 2, 2017
2 parents 70b8a8c + 5e2f869 commit f2594d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Symfony/Component/DependencyInjection/CHANGELOG.md
Expand Up @@ -36,6 +36,8 @@ CHANGELOG
* deprecated case insensitivity of parameter names
* deprecated the `ResolveDefinitionTemplatesPass` class in favor of `ResolveChildDefinitionsPass`
* added `TaggedIteratorArgument` with YAML (`!tagged foo`) and XML (`<service type="tagged"/>`) support
* deprecated `AutowireExceptionPass` and `AutowirePass::getAutowiringExceptions()`, use `Definition::addError()` and the `DefinitionErrorExceptionPass` instead


3.3.0
-----
Expand Down
Expand Up @@ -30,7 +30,7 @@ protected function processValue($value, $isRoot = false)
return parent::processValue($value, $isRoot);
}

// only show the first error so they user can focus on it
// only show the first error so the user can focus on it
$errors = $value->getErrors();
$message = reset($errors);

Expand Down

0 comments on commit f2594d2

Please sign in to comment.