Skip to content

Commit

Permalink
🚿 phan remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Sep 19, 2024
1 parent 266aba5 commit 6affa64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Core/OAuth2Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ final public function setCodeVerifier(array $params):array{
* @see \chillerlan\OAuth\Core\PKCE::generateVerifier()
* @see \chillerlan\OAuth\Core\OAuth2Provider::setCodeChallenge()
*
* @phan-suppress PhanUndeclaredClassMethod, PhanUndeclaredMethod
* @noinspection PhpFullyQualifiedNameUsageInspection
* @SuppressWarnings(PHPMD.MissingImport)
*/
Expand Down
1 change: 0 additions & 1 deletion src/Providers/Flickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function request(
]);

$request = $this->getRequestAuthorization(
/** @phan-suppress-next-line PhanTypeMismatchArgumentNullable */
$this->requestFactory->createRequest(($method ?? 'POST'), QueryUtil::merge($this->apiURL, $params)),
);

Expand Down

0 comments on commit 6affa64

Please sign in to comment.