Skip to content

Commit

Permalink
task: allow settings line to be null or not present
Browse files Browse the repository at this point in the history
  • Loading branch information
hphoeksma committed Nov 15, 2023
1 parent 2fb3992 commit 2fed5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/TOTPService.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TOTPService

/**
* @Flow\InjectConfiguration(path="issuerName")
* @var string
* @var string | null
*/
protected $issuerName;

Expand Down

0 comments on commit 2fed5bb

Please sign in to comment.