Skip to content

Commit

Permalink
Fix PHP 7.1-only syntax that breaks the Symfony CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 30, 2018
1 parent 11539a0 commit c414d68
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 c414d68

Please sign in to comment.