Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Jul 27, 2023
1 parent 08ab2b1 commit 3d5ea03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function getConfiguration(array $config, ContainerBuilder $container)
#);
}

/**
* {@inheritdoc}
*/
public function load(array $configs, ContainerBuilder $container)
{
$loader = new YamlFileLoader($container, new FileLocator(\dirname(__DIR__) . '/Resources/config'));
Expand Down

0 comments on commit 3d5ea03

Please sign in to comment.