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


##########
lang/php/lib/Schema/AvroSchema.php:
##########
@@ -64,12 +64,12 @@ class AvroSchema
     public const INT_MAX_VALUE = 2147483647;
 
     /**
-     * @var long lower bound of long values: -(1 << 63)
+     * @var int lower bound of long values: -(1 << 63)

Review Comment:
   `long` isn't a valid PHP type for the PHPDOC declaration



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