You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/12/14 17:51:15 UTC

[avro] branch master updated: AVRO-3268: Fix whitespace error in PHP lint (#1428)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new d568e6d  AVRO-3268: Fix whitespace error in PHP lint (#1428)
d568e6d is described below

commit d568e6d618e87ce176ba4f4dce29f44dc6da0507
Author: RyanSkraba <ry...@skraba.com>
AuthorDate: Tue Dec 14 18:48:24 2021 +0100

    AVRO-3268: Fix whitespace error in PHP lint (#1428)
---
 lang/php/lib/Datum/AvroIOBinaryDecoder.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lang/php/lib/Datum/AvroIOBinaryDecoder.php b/lang/php/lib/Datum/AvroIOBinaryDecoder.php
index 7bf17e7..870f56b 100644
--- a/lang/php/lib/Datum/AvroIOBinaryDecoder.php
+++ b/lang/php/lib/Datum/AvroIOBinaryDecoder.php
@@ -34,7 +34,6 @@ use Apache\Avro\AvroIO;
  */
 class AvroIOBinaryDecoder
 {
-
     /**
      * @var AvroIO
      */