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.
2 parents de1ad88 + 281b932 commit efd9f50Copy full SHA for efd9f50
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