Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vimeo/psalm to ^5.12.0 #267

Merged
merged 2 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"phpstan/phpstan-phpunit": "^1.3.11",
"phpunit/phpunit": "^10.1.3",
"rector/rector": "^0.16.0",
"vimeo/psalm": "^5.11.0"
"vimeo/psalm": "^5.12.0"
},
"suggest": {
"laminas/laminas-modulemanager": "Required for Module Integration",
Expand Down
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