mattiabasone commented on code in PR #3634:
URL: https://github.com/apache/avro/pull/3634#discussion_r2729292592


##########
lang/php/lib/Schema/AvroSchema.php:
##########
@@ -657,7 +665,7 @@ public static function isValidDatum(AvroSchema 
$expected_schema, $datum): bool
             case self::RECORD_SCHEMA:
             case self::ERROR_SCHEMA:
             case self::REQUEST_SCHEMA:
-                if (!($expected_schema instanceof AvroRecordSchema)) {
+                if (!$expected_schema instanceof AvroRecordSchema) {

Review Comment:
   It has been changed by php-cs-fixer (running lint-fix). [It's seems to be 
right](https://3v4l.org/p1Bju/vld#vnull), but we can disable the rule



-- 
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]

Reply via email to