Skip to content

Commit

Permalink
[PHPDoc] Added missing throws to IbexaCoreSearchExtension::load method
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 19, 2024
1 parent 766070f commit ab96038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/DependencyInjection/IbexaCoreSearchExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ final class IbexaCoreSearchExtension extends Extension implements PrependExtensi
{
/**
* @param array<string, mixed> $configs
*
* @throws \Exception
*/
public function load(array $configs, ContainerBuilder $container): void
{
Expand Down

0 comments on commit ab96038

Please sign in to comment.