File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Command Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Config \Definition \ConfigurationInterface ;
15
15
use Symfony \Component \Console \Output \OutputInterface ;
16
- use Symfony \Component \DependencyInjection \Extension \Extension ;
16
+ use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
17
17
18
18
/**
19
19
* A console command for dumping available configuration reference.
@@ -73,7 +73,7 @@ protected function findExtension($name)
73
73
return $ extension ;
74
74
}
75
75
76
- public function validateConfiguration (Extension $ extension , $ configuration )
76
+ public function validateConfiguration (ExtensionInterface $ extension , $ configuration )
77
77
{
78
78
if (!$ configuration ) {
79
79
throw new \LogicException (sprintf ('The extension with alias "%s" does not have its getConfiguration() method setup ' , $ extension ->getAlias ()));
You can’t perform that action at this time.
0 commit comments