**[in Driver/YamlDriver.php, line 18](https://github.com/vivait/SettingsBundle/blob/master/Driver/YamlDriver.php#L18)** > A Symfony dependency injection container has been found as an argument. ``` php class YamlDriver implements ParametersStorageInterface { /* @var $container ContainerInterface */ private $container; public function __construct(ContainerInterface $container) { $this->container = $container; } public function has($key) { return $this->container->hasParameter($key); ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/703e2ccb-3ff8-4827-bbd8-f6d928754d0b/analyses/2)_
in Driver/YamlDriver.php, line 18
Posted from SensioLabsInsight