Skip to content

Commit

Permalink
chore: Ignore the cookie details builder from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Sep 9, 2024
1 parent c1626a8 commit f2e1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Resolvers/CookieIdentityResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function terminate(Tenancy $tenancy, Response $response): void
*
* @return array<string, mixed>
*
* @codeCoverageIgnore
* @codeCoverageIgnore
*/
private function getCookieDetails(array $details): array
{
Expand Down

0 comments on commit f2e1d05

Please sign in to comment.