Skip to content

Commit

Permalink
Update src/contracts/DependencyInjection/Configuration/SiteAccessAwar…
Browse files Browse the repository at this point in the history
…e/IgnoredConfigParser.php

Co-authored-by: Paweł Niedzielski <[email protected]>
  • Loading branch information
adamwojs and Steveb-p authored Mar 18, 2024
1 parent cc1b276 commit 195f2af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class IgnoredConfigParser extends AbstractParser
/**
* @param string[] $keys
*/
public function __construct(array $keys)
public function __construct(string ...$keys)

Check failure on line 26 in src/contracts/DependencyInjection/Configuration/SiteAccessAware/IgnoredConfigParser.php

View workflow job for this annotation

GitHub Actions / Tests (7.4)

PHPDoc tag @param for parameter $keys with type array<string> is incompatible with native type string.

Check failure on line 26 in src/contracts/DependencyInjection/Configuration/SiteAccessAware/IgnoredConfigParser.php

View workflow job for this annotation

GitHub Actions / Tests (8.0)

PHPDoc tag @param for parameter $keys with type array<string> is incompatible with native type string.

Check failure on line 26 in src/contracts/DependencyInjection/Configuration/SiteAccessAware/IgnoredConfigParser.php

View workflow job for this annotation

GitHub Actions / Tests (8.1)

PHPDoc tag @param for parameter $keys with type array<string> is incompatible with native type string.

Check failure on line 26 in src/contracts/DependencyInjection/Configuration/SiteAccessAware/IgnoredConfigParser.php

View workflow job for this annotation

GitHub Actions / Tests (8.2)

PHPDoc tag @param for parameter $keys with type array<string> is incompatible with native type string.
{
$this->keys = $keys;
}
Expand Down

0 comments on commit 195f2af

Please sign in to comment.