Skip to content

Commit

Permalink
fixup! Update src/contracts/DependencyInjection/Configuration/SiteAcc…
Browse files Browse the repository at this point in the history
…essAware/IgnoredConfigParser.php
  • Loading branch information
adamwojs committed Mar 18, 2024
1 parent 195f2af commit 36011b9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ final class IgnoredConfigParser extends AbstractParser
/** @var string[] */
private array $keys;

/**
* @param string[] $keys
*/
public function __construct(string ...$keys)
{
$this->keys = $keys;
Expand Down

0 comments on commit 36011b9

Please sign in to comment.