Commit 7cdcb75
committed
Fix PHP 8.4 deprecation in GPBDecodeException
PHP 8.4 deprecates implicitly nullable parameter declarations. This patch
addresses an issue in Google\Protobuf\Internal\GPBDecodeException which
triggers a deprecation warning1 parent 08ec7dd commit 7cdcb75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments