Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Jun 17, 2024
1 parent 64b8613 commit 07fb25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<projectFiles>
<directory name="src" />
<ignoreFiles>
<file name="src/DependencyInjection/WebgriffeSyliusElasticsearchExtension.php" />
<file name="src/DependencyInjection/Configuration.php" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

final class WebgriffeSyliusElasticsearchExtension extends Extension
{
/**
* @psalm-suppress UnusedVariable
*/
public function load(array $configs, ContainerBuilder $container): void
{
$config = $this->processConfiguration($this->getConfiguration([], $container), $configs);
Expand Down

0 comments on commit 07fb25b

Please sign in to comment.