Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Oct 31, 2020
1 parent ffd08a8 commit fee5133
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -4,6 +4,7 @@

namespace AzJezz\Input\HydratorBundle\DependencyInjection;

use Exception;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
Expand All @@ -14,7 +15,7 @@ final class InputHydratorExtension extends Extension
/**
* Loads a specific configuration.
*
* @throws \Exception If something went wrong.
* @throws Exception If something went wrong.
*/
public function load(array $configs, ContainerBuilder $container): void
{
Expand Down

0 comments on commit fee5133

Please sign in to comment.