Skip to content

Commit efd9f50

Browse files
authored
Merge pull request #145 from matsuo/update-communication-provider
Add "@phpstan-ignore method.unused" for CommunicationProvider::getSupportingProviders() and CommunicationProvider::getOAuthIdentifier()
2 parents de1ad88 + 281b932 commit efd9f50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Supporting/CommunicationProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ public function logout(): void
532532
/**
533533
* @return array|null
534534
* @ignore
535+
* @phpstan-ignore method.unused
535536
*/
536537
private function getSupportingProviders(): null|array
537538
{
@@ -552,6 +553,7 @@ private function getSupportingProviders(): null|array
552553
* @param $provider
553554
* @return array|null
554555
* @ignore
556+
* @phpstan-ignore method.unused
555557
*/
556558
private function getOAuthIdentifier($provider): array|null
557559
{

0 commit comments

Comments
 (0)