Skip to content

Commit

Permalink
feat(chore): remove deprecated components
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdugue authored Nov 2, 2024
1 parent 03750be commit b41fc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DependencyInjection/StuditH5PExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
use Exception;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;

class StuditH5PExtension extends Extension
{
/**
* @inheritDoc
* @throws Exception
* @return void
*/
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);
Expand Down

0 comments on commit b41fc78

Please sign in to comment.