Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 35107f3

Browse files
committed
:octocat:
1 parent f5b69b2 commit 35107f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Core/OAuthProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function __construct(
111111
/**
112112
* Magic getter for the properties specified in self::ALLOWED_PROPERTIES
113113
*/
114-
public function __get(string $name):mixed{
114+
public function __get(string $name):string|null{
115115

116116
if(in_array($name, $this::ALLOWED_PROPERTIES, true)){
117117
return $this->{$name};

0 commit comments

Comments
 (0)