Skip to content

Commit 04ff3e7

Browse files
committed
fix nullable return type hint
1 parent d94ee9c commit 04ff3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Providers/Qr/HandlesDataUri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
trait HandlesDataUri
1111
{
1212
/**
13-
* @return array<string, string>
13+
* @return array<string, string>|null
1414
*/
1515
private function DecodeDataUri(string $datauri): ?array
1616
{

0 commit comments

Comments
 (0)