Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 18, 2024
1 parent dc04657 commit ee794bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/NPROne.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

use chillerlan\HTTP\Utils\MessageUtil;
use chillerlan\OAuth\Core\{AccessToken, CSRFToken, OAuth2Provider, TokenInvalidate, TokenRefresh};
use Psr\Http\Message\{RequestInterface, ResponseInterface};
use function in_array, ltrim, rtrim, sprintf, strtolower, str_contains;
use Psr\Http\Message\{ResponseInterface};
use function in_array, sprintf, strtolower;

/**
* NPR API services (OAuth2)
Expand Down

0 comments on commit ee794bf

Please sign in to comment.