Commit e40752d
authored
Update CachedRegistry.php
Fix PHP deprecation error in PHP 8.4:
vendor/flix-tech/confluent-schema-registry-api/src/Registry/CachedRegistry.php:35
FlixTech\SchemaRegistryApi\Registry\CachedRegistry::__construct(): Implicitly marking parameter $hashAlgoFunc as nullable is deprecated, the explicit nullable type must be used instead1 parent 87023ae commit e40752d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments