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


##########
lang/php/lib/DataFile/AvroDataIOReader.php:
##########
@@ -227,12 +211,82 @@ private function skipSync(): bool
     /**
      * Reads the block header (which includes the count of items in the block
      * and the length in bytes of the block)
-     * @returns int length in bytes of the block.
+     * @return int length in bytes of the block.
      */
     private function readBlockHeader(): string|int

Review Comment:
   If the readLong method uses AvroGMP, it returns a string. I will update the 
PHPDoc



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