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:59:49 UTC

[avro] branch branch-1.11 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 branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


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

commit 4a1fb59bba00ba89ee09eb127b8ae8f8d765fc5f
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
      */