Commit 028d792
committed
fix: convert the nullable to be explicit
fix the follow deprecated messages at PHP 8.4:
PHP Deprecated: Jeidison\JSignPDF\Sign\exec(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in /home/runner/work/jsignpdf-php/jsignpdf-php/tests/JSignPDFTest.php on line 5
PHP Deprecated: Jeidison\JSignPDF\Sign\exec(): Implicitly marking parameter $return_var as nullable is deprecated, the explicit nullable type must be used instead in /home/runner/work/jsignpdf-php/jsignpdf-php/tests/JSignPDFTest.php on line 5
Signed-off-by: Vitor Mattos <[email protected]>1 parent c697809 commit 028d792
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments