mattiabasone commented on code in PR #3624:
URL: https://github.com/apache/avro/pull/3624#discussion_r2689692934
##########
lang/php/lib/Schema/AvroNamedSchemata.php:
##########
@@ -62,7 +62,7 @@ public function schema(string $fullname): ?AvroSchema
* @param AvroNamedSchema $schema schema to add to this existing schemata
* @throws AvroSchemaParseException
*/
- public function cloneWithNewSchema(AvroNamedSchema $schema):
AvroNamedSchemata
+ public function registerNamedSchema(AvroNamedSchema $schema): self
Review Comment:
I restored the old method.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]