Commit 3d1e48a
fix: use explicit nullable type for PHP 8.4 compatibility
PHP 8.4 deprecates implicit nullable parameters.
Changed `callable $onProgress = null` to `?callable $onProgress = null` in publishPeriodically() method to fix deprecation warning.1 parent 6f65e40 commit 3d1e48a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments