Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
szepczynski committed Mar 18, 2019
1 parent b140b96 commit 958c69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private function addSerializersSection(NodeBuilder $builder)
->validate()
->always(function($v) {
if (!empty($v) && !interface_exists('Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface')) {
throw new InvalidArgumentException('You need at least symfony/expression language v2.6 or v3.0 to use the expression evaluator features');
throw new InvalidArgumentException('You need at least symfony/expression-language v2.6 or v3.0 to use the expression evaluator features');
}
return $v;
})
Expand Down

0 comments on commit 958c69d

Please sign in to comment.