Skip to content

Commit

Permalink
Merge pull request #2598 from LibreSign/backport/2597/stable28
Browse files Browse the repository at this point in the history
[stable28] Prevent warning
  • Loading branch information
vitormattos authored Mar 26, 2024
2 parents bf1852b + f38e572 commit ea90348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/IdentifyMethod/AbstractIdentifyMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class AbstractIdentifyMethod implements IIdentifyMethod {
/**
* @var string[]
*/
public array $availableSignatureMethods;
public array $availableSignatureMethods = [];
/**
* @var AbstractSignatureMethod[]
*/
Expand Down

0 comments on commit ea90348

Please sign in to comment.