Skip to content

Commit

Permalink
Fix static analysis error
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 committed Oct 27, 2023
1 parent 5b5cdf9 commit 5392f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/AuthTokenMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function __invoke(callable $handler)
/**
* Fetch auth headers.
*
* @return array<string, array|string>
* @return array<string, string[]|string>
*/
private function fetchAuthHeaders()
{
Expand Down

0 comments on commit 5392f7b

Please sign in to comment.