Skip to content

Commit 6affa64

Browse files
committed
🚿 phan remnants
1 parent 266aba5 commit 6affa64

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Core/OAuth2Provider.php

-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ final public function setCodeVerifier(array $params):array{
628628
* @see \chillerlan\OAuth\Core\PKCE::generateVerifier()
629629
* @see \chillerlan\OAuth\Core\OAuth2Provider::setCodeChallenge()
630630
*
631-
* @phan-suppress PhanUndeclaredClassMethod, PhanUndeclaredMethod
632631
* @noinspection PhpFullyQualifiedNameUsageInspection
633632
* @SuppressWarnings(PHPMD.MissingImport)
634633
*/

src/Providers/Flickr.php

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function request(
5656
]);
5757

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

0 commit comments

Comments
 (0)