Skip to content

Commit

Permalink
Merge pull request #2597 from LibreSign/bugfix/prevent-error-when-ide…
Browse files Browse the repository at this point in the history
…ntify-method-do-not-have-specific-sign-method

Prevent warning
  • Loading branch information
vitormattos authored Mar 26, 2024
2 parents b691103 + 85d2beb commit 362b428
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 362b428

Please sign in to comment.