mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-18 14:33:49 +00:00
fix nullable return type hint
This commit is contained in:
@@ -10,7 +10,7 @@ use function preg_match;
|
||||
trait HandlesDataUri
|
||||
{
|
||||
/**
|
||||
* @return array<string, string>
|
||||
* @return array<string, string>|null
|
||||
*/
|
||||
private function DecodeDataUri(string $datauri): ?array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user