Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed May 23, 2023
1 parent 710fd0f commit 56f8210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Router/HostName.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct(private readonly array $hosts = [], private readonly
*
* @see \Laminas\Router\RouteInterface::factory()
*
* @param array<string, (string|array<int|string, mixed>)>|Traversable<string, mixed>|bool $options
* @param array<string, (array<int|string, mixed>|string)>|bool|Traversable<string, mixed> $options
* @phpstan-param array{host?: string, hosts?: array<int|string, string>, defaults?: array<int|string, mixed>}|Traversable<string, mixed>|bool $options
*
* @throws InvalidArgumentException
Expand Down
2 changes: 1 addition & 1 deletion src/Router/HostNameFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class HostNameFactory implements FactoryInterface
{
/**
* @param string $requestedName
* @param array<string, (string|array<int|string, mixed>)>|null $options
* @param array<string, (array<int|string, mixed>|string)>|null $options
* @phpstan-param array{host?: string, hosts?: array<int|string, string>, defaults?: array<int|string, mixed>}|null $options
*
* @throws ServiceNotCreatedException if an exception is raised when creating a service
Expand Down

0 comments on commit 56f8210

Please sign in to comment.