Commit 424b99d
authored
fix: PHP 8.4 deprecation - use explicit nullable type in downloadInvoice()
## Summary
This PR fixes a PHP 8.4 deprecation warning by using explicit nullable type declaration.
## Problem
PHP 8.4 deprecated implicit nullable parameter declarations. The following warning is triggered:1 parent 85def4e commit 424b99d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
0 commit comments