Skip to content

Commit

Permalink
Merge pull request #869 from nicolas-grekas/fix55
Browse files Browse the repository at this point in the history
Fix PHP 5.6+only syntax that breaks the Symfony CI
  • Loading branch information
kimhemsoe committed Oct 30, 2018
2 parents 11539a0 + 7634614 commit 797b838
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -7,7 +7,6 @@
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
use function method_exists;

/**
* This class contains the configuration information for the bundle
Expand Down

0 comments on commit 797b838

Please sign in to comment.