We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1ad88 commit 281b932Copy full SHA for 281b932
1 file changed
src/Supporting/CommunicationProvider.php
@@ -532,6 +532,7 @@ public function logout(): void
532
/**
533
* @return array|null
534
* @ignore
535
+ * @phpstan-ignore method.unused
536
*/
537
private function getSupportingProviders(): null|array
538
{
@@ -552,6 +553,7 @@ private function getSupportingProviders(): null|array
552
553
* @param $provider
554
555
556
557
558
private function getOAuthIdentifier($provider): array|null
559
0 commit comments