Skip to content

Commit

Permalink
fix: Fix static analysis for cookie resolver driver method
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Sep 9, 2024
1 parent f2e1d05 commit ff67251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Managers/IdentityResolverManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ protected function createHeaderResolver(array $config, string $name): HeaderIden
/**
* Create the cookie identity resolver
*
* @param array<string, mixed> $config
* @param string $name
* @param array<string, mixed> $config
* @param string $name
*
* @phpstan-param array{cookie?: string|null, options?: array|null} $config
* @phpstan-param array{cookie?: string|null, options?: array<string, mixed>|null} $config
*
* @return \Sprout\Http\Resolvers\CookieIdentityResolver
*/
Expand Down

0 comments on commit ff67251

Please sign in to comment.