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

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 3, 2024
1 parent f5b69b2 commit 35107f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/OAuthProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function __construct(
/**
* Magic getter for the properties specified in self::ALLOWED_PROPERTIES
*/
public function __get(string $name):mixed{
public function __get(string $name):string|null{

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

0 comments on commit 35107f3

Please sign in to comment.